public final class PathJumpTypes
extends com.aspose.ms.System.Enum
Types of transitions between points of the CmxPathSpec
Modifier and Type | Field and Description |
---|---|
static int |
BezierSupport
Uses for invisible auxiliary point to build a bi-cubic bezier curve.
|
static int |
BezierTo
The point is connected to the previous visible point through a bi-cubic bezier curve.
|
static int |
LineTo
The point is connected to the previous one through a straight line.
|
static int |
MoveTo
The point is not connected to the previous one.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int MoveTo
The point is not connected to the previous one. Uses for visible points.
public static final int LineTo
The point is connected to the previous one through a straight line. Uses for visible points.
public static final int BezierTo
The point is connected to the previous visible point through a bi-cubic bezier curve. Uses for visible points.
public static final int BezierSupport
Uses for invisible auxiliary point to build a bi-cubic bezier curve.