bottomLeft property
Spot
get
bottomLeft
The specific point at the bottom-left corner of the bounding rectangle.
Implementation
static _i3.Spot get bottomLeft => _i4.getProperty(
_declaredSpot,
'BottomLeft',
);
set
bottomLeft
(Spot value)
Implementation
static set bottomLeft(_i3.Spot value) {
_i4.setProperty(
_declaredSpot,
'BottomLeft',
value,
);
}