Click or drag to resize
DrawMapFillPolygon Method (GraphicsPath)
Fill a polygon defined by a Polygon object.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public override void FillPolygon(
	GraphicsPath polygon
)

Parameters

polygon
Type: System.Drawing.Drawing2DGraphicsPath
A Polygon object which specifies the polygon to be filled.
See Also