Name

PathData

Synopsis

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

Get .NET Windows Forms in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.