ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / IDrawingCanvas Interface / DrawPolygon Method

In This Topic
DrawPolygon Method (IDrawingCanvas)
In This Topic
Draws a polygon defined by an array of System.Drawing.PointF structures
Syntax
'Declaration
 
Sub DrawPolygon( _
   ByVal pen As PenEx, _
   ByVal polygon() As PointF _
) 
 

Parameters

pen
polygon
See Also