Class EmfPlusPathPointType
Class EmfPlusPathPointType
Namespace: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects
Assembly: Aspose.Imaging.dll (25.2.0)
The EmfPlusPathPointType object specifies a type value associated with a point on a graphics
public sealed class EmfPlusPathPointType : EmfPlusBasePointType
Inheritance
object ← EmfPlusBasePointType ← EmfPlusPathPointType
Inherited Members
object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
EmfPlusPathPointType()
public EmfPlusPathPointType()
Properties
Data
Gets or sets the data.
public int Data { get; set; }
Property Value
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; }