topRight static method

Anchor2D topRight()

Returns an anchor positioned at the top right.

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

Implementation

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