Piccolo.NET

PPath Constructor (PointF[], Byte[])

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

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

Parameters

pts
The points in the path.
types
The types of the points in the path.

See Also

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