Contents

currentPoint

The current point (the trailing point or ending point in the most recently added segment).

Declaration

var currentPoint: NSPoint { get }

Discussion

This property contains the point from which the next drawn line or curve segment begins. If the path is empty, accessing this property raises genericException.

See Also

Related Documentation

Querying a Path