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