originalPoints property

List<Point> originalPoints

This read-only property returns the List of Points that was the original route of the Link that is being reshaped. This List should not be modified; its value is indeterminate until a reshaping has been activated.

Implementation

_i3.List<_i3.Point> get originalPoints => _i4.getProperty(
      this,
      'originalPoints',
    );
void originalPoints=(List<Point> value)

Implementation

set originalPoints(_i3.List<_i3.Point> value) {
  _i4.setProperty(
    this,
    'originalPoints',
    value,
  );
}