Protocol
GSDrawPath
Declaration
protocol GSDrawPath : NSCopyingDeclaration
@protocol GSDrawPath <NSCopying>Declaration
GSDrawPathTopics
Instance Properties
For open paths, returns the last on-curve position of the path, otherwise
GSPointNull.Whether the path is closed.
For open paths, returns the first on-curve position of the path, otherwise
GSPointNull.
Instance Methods
An array of pens of the same pen type representing the same overall path as the receiver but split by move-to instructions into subpaths.
Relationships
Inherits From
NSCopying
Conforming Types
Relationships
Inherits From
NSCopying