DekGenius.com
[ Team LiB ] Previous Section Next Section

PathData

System.Drawing.Drawing2D (system.drawing.dll)sealed class

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; }
}

Returned By

GraphicsPath.PathData

    [ Team LiB ] Previous Section Next Section