Contents

currentPoint

The current point in the graphics path.

Declaration

var currentPoint: CGPoint { get }

Discussion

The value in this property represents the starting point for new line and curve segments. If the path is currently empty, this property contains the value CGPointZero.

See Also

Related Documentation

Constructing a path