Piccolo.NET

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

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

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

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.

See Also

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