[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Export.DrawingCanvasBase.FillPolygon

FillPolygon Method

FillPolygon(BrushEx, PointF[])

Fills the interior of a polygon defined by an array of points specified by PointF structures

Declaration
public void FillPolygon(BrushEx brush, PointF[] polygon)
Parameters
Type Name Description
BrushEx brush
PointF[] polygon
Implements