ActiveReports 12
FillPolygon Method

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Drawing Namespace > IDrawingCanvas Interface : FillPolygon Method
BrushEx that determines the characteristics of the fill.
Array of PointFEx structures that represent the vertices of the polygon to fill.
Fills the interior of a polygon defined by an array of points specified by System.Drawing.PointF structures
Syntax
'Declaration
 
Sub FillPolygon( _
   ByVal brush As BrushEx, _
   ByVal polygon() As PointFEx _
) 
void FillPolygon( 
   BrushEx brush,
   PointFEx[] polygon
)

Parameters

brush
BrushEx that determines the characteristics of the fill.
polygon
Array of PointFEx structures that represent the vertices of the polygon to fill.
See Also

Reference

IDrawingCanvas Interface
IDrawingCanvas Members