originalLocation property
Point
get
originalLocation
This read-only property returns the Point that was the original value of the Part#location of the Part that is being resized.
Implementation
_i3.Point get originalLocation => _i4.getProperty(
this,
'originalLocation',
);
set
originalLocation
(Point value)
Implementation
set originalLocation(_i3.Point value) {
_i4.setProperty(
this,
'originalLocation',
value,
);
}