This class encapsulates the Points and
Types (PathPointType values)
that define a GraphicsPath.
public sealed class PathData {
// Public Constructors
public PathData();
// Public Instance Properties
public PointF[ ] Points{set; get; }
public byte[ ] Types{set; get; }
}