bottomLeft property

Point bottomLeft

Bottom-left corner of the rectangle.

throws DocumentException An error has occurred during Document Library execution.

Implementation

Point get bottomLeft => Point.createFromStruct(_handle.ref.BottomLeft);
void bottomLeft=(Point value)

Implementation

set bottomLeft(Point value) => _handle.ref.BottomLeft = value.struct;