Scripting API

Enumeration Description

PathEntryType

Script Name: Description: 
MoveTo Point is a move to - moves to the point without drawingDefault
LineTo Point is a line to - draws a straight line from the previous point 
CurveTo Point is a curve to - draws a bezier curve from the previous point to the end point, using 2 control handles 
Closepath Close the path - draw back to the beginning point 
MoveToEx Point is a move to - moves to a point without drawing 
CurveToEx Point is a curve to - draws a bezier curve from the previous point to the end point, using 2 control handles