Rectangle.getHeight Method¶
Module: Rectangle
Definition¶
Returns the height of the rectangle. Use on aligned rectangle only.
get_height(self) -> int
Returns
intHeight of the rectangle.
Exceptions
An error has occurred during Finger Library execution.
int getHeight()
Returns
intHeight of the rectangle.
Exceptions
An error has occurred during Finger Library execution.
public int GetHeight()
Returns
intHeight of the rectangle.
Exceptions
An error has occurred during Finger Library execution.
public int getHeight() throws FingerException
Returns
intHeight of the rectangle.
Exceptions
An error has occurred during Finger Library execution.
public func getHeight() throws -> Int32
Returns
IntHeight of the rectangle.
Exceptions
An error has occurred during Finger Library execution.
int id3FingerRectangle_GetHeight (
ID3_FINGER_RECTANGLE hRectangle,
int * height)
Parameters
hRectangleID3_FINGER_RECTANGLEin Handle to the Rectangle object.heightint *out Height of the rectangle.
Returns