Instance Method
movePen(to:)moveTo:moveTo_
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().
Declaration
func movePen(to pt: NSPoint)Declaration
- (void) moveTo:(NSPoint) pt;Declaration
moveTo_(pt: NSPoint)