ActiveReports 8
FillPolygon Method
See Also 
GrapeCity.ActiveReports.Extensibility.v8 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.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also