ActiveReports 9
DrawPolygon Method

PenEx that determines the color, width, and style of the polygon.

The array of PointFEx stcutures that define a polygon to draw.
Draws a polygon defined by an array of System.Drawing.PointF structures
Syntax
'Declaration
 
Sub DrawPolygon( _
   ByVal pen As PenEx, _
   ByVal point() As PointFEx _
) 
void DrawPolygon( 
   PenEx pen,
   PointFEx[] point
)

Parameters

pen

PenEx that determines the color, width, and style of the polygon.

point
The array of PointFEx stcutures that define a polygon to draw.
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