PathJumpTypes Enumeration

Types of transitions between points of the CmxPathSpec

Module: aspose.imaging.fileformats.cmx.objectmodel.enums

Full Name: aspose.imaging.fileformats.cmx.objectmodel.enums.PathJumpTypes

Aspose.Imaging Version: 24.5.0

Members

Member nameDescription
BEZIER_SUPPORTUses for invisible auxiliary point to build a bi-cubic bezier curve.
BEZIER_TOThe point is connected to the previous visible point through a bi-cubic bezier curve. Uses for visible points.
LINE_TOThe point is connected to the previous one through a straight line. Uses for visible points.
MOVE_TOThe point is not connected to the previous one. Uses for visible points.