DrawPickFillPolygon Method (GraphicsPath) |
Fill a polygon defined by a Polygon object.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public override void FillPolygon(
GraphicsPath polygon
)
Public Overrides Sub FillPolygon (
polygon As GraphicsPath
)
public:
virtual void FillPolygon(
GraphicsPath^ polygon
) override
abstract FillPolygon :
polygon : GraphicsPath -> unit
override FillPolygon :
polygon : GraphicsPath -> unit
Parameters
- polygon
- Type: System.Drawing.Drawing2DGraphicsPath
A Polygon object which specifies the polygon to be filled.
See Also