IMSL C# Numerical Library

Draw.FillPolygon Method (GraphicsPath)

Fill a polygon defined by a Polygon object.

public virtual void FillPolygon(
   GraphicsPath polygon
);

Parameters

polygon
A Polygon object which specifies the polygon to be filled.

See Also

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