Enum EmfPlusPathPointTypeEnum
EmfPlusPathPointTypeEnum enumeration
The PathPointType enumeration defines types of points on a graphics path.
public enum EmfPlusPathPointTypeEnum
Values
Name | Value | Description |
---|---|---|
PathPointTypeStart | 0 | Specifies that the point is the starting point of a path. |
PathPointTypeLine | 1 | Specifies that the point is one of the two endpoints of a line. |
PathPointTypeBezier | 3 | Specifies that the point is an endpoint or control point of a cubic Bezier curve. |
Remarks
Graphics path point types are specified by EmfPlusPathPointType
objects (section 2.2.2.31).
See Also
- namespace Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts
- assembly Aspose.Imaging