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

Returns

Englobing aligned rectangle.

Exceptions

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

Returns

Englobing aligned rectangle.

Exceptions

An error has occurred during Finger Library execution.
public Rectangle getEnglobingRectangle() throws FingerException

Returns

Englobing aligned rectangle.

Exceptions

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

Returns

Englobing aligned rectangle.

Exceptions

An error has occurred during Finger Library execution.
int id3FingerRectangle_GetEnglobingRectangle (
    ID3_FINGER_RECTANGLE hRectangle,
    ID3_FINGER_RECTANGLE hEnglobingRectangle)

Parameters

in Handle to the Rectangle object.

hEnglobingRectangle ID3_FINGER_RECTANGLE
out Englobing aligned rectangle.

Returns

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