bottomLeft static method

Anchor2D bottomLeft()

Returns an anchor positioned at the bottom left.

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

Implementation

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