Protocol
GSPenProtocol
Declaration
protocol GSPenProtocolDeclaration
@protocol GSPenProtocolDeclaration
GSPenProtocolTopics
Instance Properties
drawing attributes
Instance Methods
Appends the contents of another pen to this pen.
starts an empty new path
Close the current sub path. You must call either pen.closePath() or pen.endPath() after each sub path.
Draw a cubic bezier with an arbitrary number of control points.
End the current sub path, but don’t close it. You must call either pen.closePath() or pen.endPath() after each sub path.
Draw a straight line from the current point to ‘pt’.
Begin a new sub path, set the current point to ‘pt’. You must end each sub path with a call to pen.closePath() or pen.endPath().
Draw a whole string of quadratic curve segments.
Draw a whole sting of quadratic curve segments.
To initialize stuff
Topics
Instance Properties
drawing attributes
Instance Methods
Appends the contents of another pen to this pen.
starts an empty new path
Close the current sub path. You must call either pen.closePath() or pen.endPath() after each sub path.
Draw a cubic bezier with an arbitrary number of control points.
End the current sub path, but don’t close it. You must call either pen.closePath() or pen.endPath() after each sub path.
Draw a straight line from the current point to ‘pt’.
Begin a new sub path, set the current point to ‘pt’. You must end each sub path with a call to pen.closePath() or pen.endPath().
Draw a whole string of quadratic curve segments.
Draw a whole sting of quadratic curve segments.
To initialize stuff