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 Finger Library execution.
int getWidth()
Returns
int
Width of the rectangle.
Exceptions
An error has occurred during Finger Library execution.
public int GetWidth()
Returns
int
Width of the rectangle.
Exceptions
An error has occurred during Finger Library execution.
public int getWidth() throws FingerException
Returns
int
Width of the rectangle.
Exceptions
An error has occurred during Finger Library execution.
public func getWidth() throws -> Int32
Returns
Int
Width of the rectangle.
Exceptions
An error has occurred during Finger Library execution.
int id3FingerRectangle_GetWidth (
ID3_FINGER_RECTANGLE hRectangle,
int * width)
Parameters
hRectangle
ID3_FINGER_RECTANGLEin Handle to the Rectangle object.width
int *out Width of the rectangle.
Returns