EmfPlusPathPointType Class
Contents
[
Hide
]Summary: The EmfPlusPathPointType object specifies a type value associated with a point on a graphics
Module: aspose.imaging.fileformats.emf.emfplus.objects
Full Name: aspose.imaging.fileformats.emf.emfplus.objects.EmfPlusPathPointType
Inheritance: EmfPlusBasePointType
Constructors
Name | Description |
---|---|
EmfPlusPathPointType() | Initializes a new instance of the EmfPlusPathPointType class |
Properties
Name | Type | Access | Description |
---|---|---|---|
data | int | r/w | Gets or sets the data. |
flags | EmfPlusPathPointTypeFlags | r/w | 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 | EmfPlusPathPointTypeEnum | r/w | Gets or sets 4-bit unsigned integer path point type. This value MUST be defined in the PathPointType enumeration (section 2.1.1.23). |
Constructor: EmfPlusPathPointType()
EmfPlusPathPointType()
Initializes a new instance of the EmfPlusPathPointType class