Piccolo.NET

PPath.CreatePolygon Method 

Creates a new PPath with the shape of the polygon specified by the given dimension.

public static PPath CreatePolygon(
   PointF[] points
);

Parameters

points
The points in the desired polygon.

Return Value

The new PPath node.

See Also

PPath Class | UMD.HCIL.Piccolo.Nodes Namespace