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 Document Library execution.
Rectangle getEnglobingRectangle()

Returns

Englobing aligned rectangle.

Exceptions

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

Returns

Englobing aligned rectangle.

Exceptions

An error has occurred during Document Library execution.
public Rectangle getEnglobingRectangle() throws DocumentException

Returns

Englobing aligned rectangle.

Exceptions

An error has occurred during Document Library execution.
public func getEnglobingRectangle() throws -> Rectangle

Returns

Englobing aligned rectangle.

Exceptions

An error has occurred during Document Library execution.
int id3DocumentRectangle_GetEnglobingRectangle (
    ID3_DOCUMENT_RECTANGLE hRectangle,
    ID3_DOCUMENT_RECTANGLE hEnglobingRectangle)

Parameters

in Handle to the Rectangle object.

hEnglobingRectangle ID3_DOCUMENT_RECTANGLE
out Englobing aligned rectangle.

Returns

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