PointType

EmfPlusPathPointTypeRle.PointType property

Gets or sets the type of the point. PointType (1 byte): An EmfPlusPathPointType object (section 2.2.2.31) that specifies the type to associate with the path points.

public EmfPlusPathPointType PointType { get; set; }

Property Value

The type of the point.

See Also