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