Contents

strokeStart

The unit distance along the polygon where the stroke starts.

Declaration

var strokeStart: CGFloat { get set }

Discussion

Use this property and strokeEnd to render a portion of the polygon. Use location(atPointIndex:) to get unit distance locations for point indices along the polygon.

See Also

Accessing the stroke