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