[]
        
(Showing Draft Content)

C1.Framework.Drawing.Gdi.Graphics.FillPolygon

FillPolygon Method

FillPolygon(Brush, Point[])

Fill the special polygon on current Grapchis by using special brush

Declaration
public void FillPolygon(Brush brush, Point[] points)
Parameters
Type Name Description
Brush brush

A Brush object used to fill the polygon.

Point[] points

A Point structures that specify the vertices of the polygon.

Exceptions
Type Condition
SystemErrorException