Instance Method
endPath()endPathendPath
End the current sub path, but don’t close it. You must call either pen.closePath() or pen.endPath() after each sub path.
Declaration
func endPath()Declaration
- (void) endPath;Declaration
endPath()Instance Method
End the current sub path, but don’t close it. You must call either pen.closePath() or pen.endPath() after each sub path.
func endPath()- (void) endPath;endPath()