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 Document Library execution.
int getY()

Returns

int
Y-coord of the TopLeft corner.

Exceptions

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

Returns

int
Y-coord of the TopLeft corner.

Exceptions

An error has occurred during Document Library execution.
public int getY() throws DocumentException

Returns

int
Y-coord of the TopLeft corner.

Exceptions

An error has occurred during Document Library execution.
public func getY() throws -> Int32

Returns

Int
Y-coord of the TopLeft corner.

Exceptions

An error has occurred during Document Library execution.
int id3DocumentRectangle_GetY (
    ID3_DOCUMENT_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 id3DocumentError file for the list of possible error codes.