Class EmfPlusPathPointType
Contents
[
Hide
]EmfPlusPathPointType class
The EmfPlusPathPointType object specifies a type value associated with a point on a graphics
public sealed class EmfPlusPathPointType : EmfPlusBasePointType
Constructors
Name | Description |
---|---|
EmfPlusPathPointType() | The default constructor. |
Properties
Name | Description |
---|---|
Data { get; set; } | Gets or sets the data. |
Flags { get; set; } | Gets or sets 4-bit flag field that specifies properties of the path point. This value MUST be one or more of the PathPointType flags (section 2.1.2.6). |
Type { get; set; } | Gets or sets 4-bit unsigned integer path point type. This value MUST be defined in the PathPointType enumeration (section 2.1.1.23). |
See Also
- class EmfPlusBasePointType
- namespace Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects
- assembly Aspose.Imaging