Rectangle.getY Method

Module: Rectangle

Definition

Returns the y-coord of the TopLeft corner. Use on aligned rectangle only.

get_y(self) -> int

Returns

int
Y-coord of the TopLeft corner.

Exceptions

An error has occurred during Devices Library execution.
int getY()

Returns

int
Y-coord of the TopLeft corner.

Exceptions

An error has occurred during Devices Library execution.
public int GetY()

Returns

int
Y-coord of the TopLeft corner.

Exceptions

An error has occurred during Devices Library execution.
public int getY() throws DevicesException

Returns

int
Y-coord of the TopLeft corner.

Exceptions

An error has occurred during Devices Library execution.
int id3DevicesRectangle_GetY (
    ID3_DEVICES_RECTANGLE hRectangle,
    int * y)

Parameters

in Handle to the Rectangle object.

y int *
out Y-coord of the TopLeft corner.

Returns

int
An error code.
See id3DevicesError file for the list of possible error codes.