PathData class (gdiplustypes.h)

The PathData class is a helper class for the GraphicsPath and GraphicsPathIterator classes. A GraphicsPath object has an array of points and an array of types. Each element in the array of types is a byte that specifies the point type and a set of flags for the corresponding element in the array of points. You can use a PathData object to get or set the data points (and their types) of a path.

Methods

The PathData class has these methods.

 
PathData::~PathData

Destructor for the PathData class.
PathData::PathData

Creates a PathData::PathData object. The Count data member is initialized to 0. The Points and Types data members are initialized to NULL.

Requirements

Requirement Value
Target Platform Windows
Header gdiplustypes.h

See also

Constructing and drawing paths

GetPathPoints methods

GraphicsPath::GetPathData

GraphicsPath::GetPathTypes

GraphicsPath::GetPointCount

PathPointType

Paths

PointF