topLeft property

Vector2 topLeft

The offset to the intersection of the top and left edges of this rectangle.

See also Size.topLeft.

Implementation

vm.Vector2 get topLeft => vm.Vector2(left, top);