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 Document Library execution.
int getX()
Returns
intX-coord of the TopLeft corner.
Exceptions
An error has occurred during Document Library execution.
public int GetX()
Returns
intX-coord of the TopLeft corner.
Exceptions
An error has occurred during Document Library execution.
public int getX() throws DocumentException
Returns
intX-coord of the TopLeft corner.
Exceptions
An error has occurred during Document Library execution.
public func getX() throws -> Int32
Returns
IntX-coord of the TopLeft corner.
Exceptions
An error has occurred during Document Library execution.
int id3DocumentRectangle_GetX (
ID3_DOCUMENT_RECTANGLE hRectangle,
int * x)
Parameters
hRectangleID3_DOCUMENT_RECTANGLEin Handle to the Rectangle object.xint *out X-coord of the TopLeft corner.
Returns