EmfPlusPathPointType

EmfPlusPathPointType class

The EmfPlusPathPointType object specifies a type value associated with a point on a graphics

public sealed class EmfPlusPathPointType : EmfPlusBasePointType

Constructors

NameDescription
EmfPlusPathPointType()The default constructor.

Properties

NameDescription
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