bottomRight property

Vector2 bottomRight

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

See also Size.bottomRight.

Implementation

vm.Vector2 get bottomRight => vm.Vector2(right, bottom);