PathJumpTypes

PathJumpTypes enumeration

Types of transitions between points of the CmxPathSpec

public enum PathJumpTypes

Values

NameValueDescription
MoveTo0The point is not connected to the previous one. Uses for visible points.
LineTo1The point is connected to the previous one through a straight line. Uses for visible points.
BezierTo2The point is connected to the previous visible point through a bi-cubic bezier curve. Uses for visible points.
BezierSupport3Uses for invisible auxiliary point to build a bi-cubic bezier curve.

See Also