Rectangle.getX Method¶
Module: Rectangle
Definition¶
Returns the x-coord of the TopLeft corner. Use on aligned rectangle only.
get_x(self) -> int
Returns
int
X-coord of the TopLeft corner.
Exceptions
An error has occurred during Finger Library execution.
int getX()
Returns
int
X-coord of the TopLeft corner.
Exceptions
An error has occurred during Finger Library execution.
public int GetX()
Returns
int
X-coord of the TopLeft corner.
Exceptions
An error has occurred during Finger Library execution.
public int getX() throws FingerException
Returns
int
X-coord of the TopLeft corner.
Exceptions
An error has occurred during Finger Library execution.
public func getX() throws -> Int32
Returns
Int
X-coord of the TopLeft corner.
Exceptions
An error has occurred during Finger Library execution.
int id3FingerRectangle_GetX (
ID3_FINGER_RECTANGLE hRectangle,
int * x)
Parameters
hRectangle
ID3_FINGER_RECTANGLEin Handle to the Rectangle object.x
int *out X-coord of the TopLeft corner.
Returns