Rectangle.getHeight Method¶
Module: Rectangle
Definition¶
Returns the height of the rectangle. Use on aligned rectangle only.
get_height(self) -> int
Returns
int
Height of the rectangle.
Exceptions
An error has occurred during Devices Library execution.
int getHeight()
Returns
int
Height of the rectangle.
Exceptions
An error has occurred during Devices Library execution.
public int GetHeight()
Returns
int
Height of the rectangle.
Exceptions
An error has occurred during Devices Library execution.
public int getHeight() throws DevicesException
Returns
int
Height of the rectangle.
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesRectangle_GetHeight (
ID3_DEVICES_RECTANGLE hRectangle,
int * height)
Parameters
hRectangle
ID3_DEVICES_RECTANGLEin Handle to the Rectangle object.height
int *out Height of the rectangle.
Returns