Table of Contents

Enum PathJumpTypes

Namespace
Aspose.Imaging.FileFormats.Cmx.ObjectModel.Enums
Assembly
Aspose.Imaging.dll

Types of transitions between points of the CmxPathSpec

public enum PathJumpTypes

Fields

BezierSupport = 3

Uses for invisible auxiliary point to build a bi-cubic bezier curve.

BezierTo = 2

The point is connected to the previous visible point through a bi-cubic bezier curve. Uses for visible points.

LineTo = 1

The point is connected to the previous one through a straight line. Uses for visible points.

MoveTo = 0

The point is not connected to the previous one. Uses for visible points.