leftSide property

Spot get leftSide

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

Implementation

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

Implementation

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