Piccolo.NET

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

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

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

Parameters

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

See Also

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