IMSL C# Numerical Library

DrawMap.FillPolygon Method (Int32[], Int32[], Int32)

Fills a polygon.

public override void FillPolygon(
   int[] xpoints,
   int[] ypoints,
   int npoints
);

Parameters

xpoints
An int array which contains the abscissae of the points which define the polygon.
ypoints
An int array which contains the ordinates of the points which define the polygon.
npoints
An int which specifies the number of pointsto add to the graphics path.

See Also

DrawMap Class | Imsl.Chart2D Namespace | DrawMap.FillPolygon Overload List