Piccolo.NET

PPath Constructor (PointF[], Byte[], FillMode, Pen)

Constructs a new PPath with the given points, point types, fill mode and pen.

public PPath(
   PointF[] pts,
   byte[] types,
   FillMode fillMode,
   Pen pen
);

Parameters

pts
The points in the path.
types
The types of the points in the path.
fillMode
The fill mode to use when rendering this node.
pen
The pen to use when rendering this node.

See Also

PPath Class | UMD.HCIL.Piccolo.Nodes Namespace | PPath Constructor Overload List