System.Drawing.Drawing2D.PathData
Contains the graphical data that makes up a GraphicsPath object. This class cannot be inherited.
namespace System.Drawing.Drawing2D
{
public sealed class PathData
{
public PointF[] Points { get; set; }
public byte[] Types { get; set; }
public PathData();
}
}