ActiveReports Developer 7
FillPolygon Method
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Drawing Namespace > IDrawingCanvas Interface : FillPolygon Method

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

Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Sub FillPolygon( _
   ByVal brush As BrushEx, _
   ByVal polygon() As PointFEx _
) 
C# 
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