Click or drag to resize
DrawMapFillPolygon Method (Int32, Int32, Int32)
Fills a polygon.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public override void FillPolygon(
	int[] xpoints,
	int[] ypoints,
	int npoints
)

Parameters

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