bottomRight static method

Anchor2D bottomRight()

Returns an anchor positioned at the bottom right.

Returns Anchor2D. An Anchor2D at (1.0, 1.0).

Implementation

static Anchor2D bottomRight() => $prototype.bottomRight();