points Property

var points: Array<PointF>

The corner points, in clockwise order.

Returns a copy, so modifying it does not affect the outline.

Top