PathPointTypes

EmfPlusPath.PathPointTypes property

Gets or sets an array that specifies how the points in the PathPoints field are used to draw the path. The type of objects in this array is specified by the R flag in the PathPointFlags field

public EmfPlusBasePointType[] PathPointTypes { get; set; }

Property Value

The path point types.

See Also