ActiveReports 9
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.
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

Reference

IDrawingCanvas Interface
IDrawingCanvas Members

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum