ActiveReports 12
DrawPolygon Method

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Drawing Namespace > IDrawingCanvas Interface : 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.
See Also

Reference

IDrawingCanvas Interface
IDrawingCanvas Members