ActiveReports 18 .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 _
    ) 
    public void AddPolygon( 
       PointF[] points
    )

    Parameters

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