Rectangle.getY Method¶
Module: Rectangle
Definition¶
Returns the y-coord of the TopLeft corner. Use on aligned rectangle only.
get_y(self) -> int
Returns
intY-coord of the TopLeft corner.
Exceptions
An error has occurred during Finger Library execution.
int getY()
Returns
intY-coord of the TopLeft corner.
Exceptions
An error has occurred during Finger Library execution.
public int GetY()
Returns
intY-coord of the TopLeft corner.
Exceptions
An error has occurred during Finger Library execution.
public int getY() throws FingerException
Returns
intY-coord of the TopLeft corner.
Exceptions
An error has occurred during Finger Library execution.
public func getY() throws -> Int32
Returns
IntY-coord of the TopLeft corner.
Exceptions
An error has occurred during Finger Library execution.
int id3FingerRectangle_GetY (
    ID3_FINGER_RECTANGLE hRectangle,
    int * y)
Parameters
hRectangleID3_FINGER_RECTANGLEin Handle to the Rectangle object.yint *out Y-coord of the TopLeft corner.
Returns