y property

int y

Y-coordinate of the point.

throws DocumentException An error has occurred during Document Library execution.

Implementation

int get y => _handle.ref.Y;
void y=(int value)

Implementation

set y(int value) => _handle.ref.Y = value;