originalPoint property

Point get originalPoint

This read-only property returns the Point that was the original location of the handle that is being dragged to reshape the Link.

Implementation

_i3.Point get originalPoint => _i4.getProperty(
      this,
      'originalPoint',
    );
set originalPoint (Point value)

Implementation

set originalPoint(_i3.Point value) {
  _i4.setProperty(
    this,
    'originalPoint',
    value,
  );
}