bottomLeft property

Vector2 bottomLeft

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

See also Size.bottomLeft.

Implementation

vm.Vector2 get bottomLeft => vm.Vector2(left, bottom);