Class EmfPlusPathPointType
The EmfPlusPathPointType object specifies a type value associated with a point on a graphics
public sealed class EmfPlusPathPointType : EmfPlusBasePointType
- Inheritance
-
EmfPlusPathPointType
- Inherited Members
Constructors
EmfPlusPathPointType()
public EmfPlusPathPointType()
Properties
Data
Gets or sets the data.
public int Data { get; set; }
Property Value
- int
The data.
Flags
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).
public EmfPlusPathPointTypeFlags Flags { get; set; }
Property Value
Type
Gets or sets 4-bit unsigned integer path point type. This value MUST be defined in the PathPointType enumeration (section 2.1.1.23).
public EmfPlusPathPointTypeEnum Type { get; set; }