Rectangle.getWidth Method¶
Module: Rectangle
Definition¶
Returns the width of the rectangle. Use on aligned rectangle only.
get_width(self) -> int
Returns
int
Width of the rectangle.
Exceptions
An error has occurred during Devices Library execution.
int getWidth()
Returns
int
Width of the rectangle.
Exceptions
An error has occurred during Devices Library execution.
public int GetWidth()
Returns
int
Width of the rectangle.
Exceptions
An error has occurred during Devices Library execution.
public int getWidth() throws DevicesException
Returns
int
Width of the rectangle.
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesRectangle_GetWidth (
ID3_DEVICES_RECTANGLE hRectangle,
int * width)
Parameters
hRectangle
ID3_DEVICES_RECTANGLEin Handle to the Rectangle object.width
int *out Width of the rectangle.
Returns