The point at the intersection of the bottom and left edges of this rectangle.
See also Size.bottomLeft.
Source
Point get bottomLeft => new Point(left, bottom);
The point at the intersection of the bottom and left edges of this rectangle.
See also Size.bottomLeft.
Point get bottomLeft => new Point(left, bottom);