Enum PathJumpTypes
PathJumpTypes enumeration
Types of transitions between points of the CmxPathSpec
public enum PathJumpTypes
Values
| Name | Value | Description |
|---|---|---|
| MoveTo | 0 | The point is not connected to the previous one. Uses for visible points. |
| LineTo | 1 | The point is connected to the previous one through a straight line. Uses for visible points. |
| BezierTo | 2 | The point is connected to the previous visible point through a bi-cubic bezier curve. Uses for visible points. |
| BezierSupport | 3 | Uses for invisible auxiliary point to build a bi-cubic bezier curve. |
See Also
- namespace Aspose.Imaging.FileFormats.Cmx.ObjectModel.Enums
- assembly Aspose.Imaging