bottomLeft property

SdlxFPoint get bottomLeft

Implementation

SdlxFPoint get bottomLeft => SdlxFPoint(x, bottom);
set bottomLeft (SdlxFPoint point)

Implementation

set bottomLeft(SdlxFPoint point) {
  x = point.x;
  h = point.y - y;
}