topLeft static method

Anchor2D topLeft()

Returns an anchor positioned at the top left.

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

Implementation

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