Constructs a new PPath with an empty path.
Constructs a new PPath with an empty path.
public PPath();
Constructs a new PPath wrapping the given System.Drawing.Drawing2D.GraphicsPath.
public PPath(GraphicsPath);
Constructs a new PPath with the given points and point types.
public PPath(PointF[],byte[]);
Constructs a new PPath with the given points, point types and fill mode.
public PPath(PointF[],byte[],FillMode);
Constructs a new PPath with the given points, point types, fill mode and pen.
public PPath(PointF[],byte[],FillMode,Pen);
Constructs a new PPath with the given points, point types and pen.
public PPath(PointF[],byte[],Pen);
Read this PPath and all of its descendent nodes from the given SerializationInfo.
protected PPath(SerializationInfo,StreamingContext);
PPath Class | UMD.HCIL.Piccolo.Nodes Namespace