rotationPoint property
Point
get
rotationPoint
Gets or sets the Point at which the axis of the rotation should be. #doActivate saves here the value returned by the call to #computeRotationPoint. The value is invalid when this tool is not active.
Implementation
_i3.Point get rotationPoint => _i4.getProperty(
this,
'rotationPoint',
);
set
rotationPoint
(Point value)
Implementation
set rotationPoint(_i3.Point value) {
_i4.setProperty(
this,
'rotationPoint',
value,
);
}