ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart.Drawing.Drawing2D Namespace / GraphicsPath Class / AddPolygon Method
An array of Point structures that defines the polygon to add.

In This Topic
AddPolygon Method (GraphicsPath)
In This Topic
Adds a polygon to this path.
Syntax
'Declaration
 
Public Sub AddPolygon( _
   ByVal points() As PointF _
) 
 

Parameters

points
An array of Point structures that defines the polygon to add.
See Also