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
hRectangle
ID3_FINGER_RECTANGLEin Handle to the Rectangle object.hEnglobingRectangle
ID3_FINGER_RECTANGLEout Englobing aligned rectangle.
Returns