Rectangle.getEnglobingRectangle Method

Module: Rectangle

Definition

Returns the englobing aligned rectangle around the given quadrangle.

get_englobing_rectangle(self) -> Rectangle

Returns

Englobing aligned rectangle.

Exceptions

An error has occurred during Devices Library execution.
Rectangle getEnglobingRectangle()

Returns

Englobing aligned rectangle.

Exceptions

An error has occurred during Devices Library execution.
public Rectangle GetEnglobingRectangle()

Returns

Englobing aligned rectangle.

Exceptions

An error has occurred during Devices Library execution.
public Rectangle getEnglobingRectangle() throws DevicesException

Returns

Englobing aligned rectangle.

Exceptions

An error has occurred during Devices Library execution.
int id3DevicesRectangle_GetEnglobingRectangle (
    ID3_DEVICES_RECTANGLE hRectangle,
    ID3_DEVICES_RECTANGLE hEnglobingRectangle)

Parameters

in Handle to the Rectangle object.

hEnglobingRectangle ID3_DEVICES_RECTANGLE
out Englobing aligned rectangle.

Returns

int
An error code.
See id3DevicesError file for the list of possible error codes.