rightSide property

Spot get rightSide

The set of points at the right side of the bounding rectangle.

Implementation

static _i3.Spot get rightSide => _i4.getProperty(
      _declaredSpot,
      'RightSide',
    );
set rightSide (Spot value)

Implementation

static set rightSide(_i3.Spot value) {
  _i4.setProperty(
    _declaredSpot,
    'RightSide',
    value,
  );
}