ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _PolygonShape Class / _PolygonShape Constructor

In This Topic
    _PolygonShape Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal points As List(Of IPoint) _
    )
    public _PolygonShape( 
       List<IPoint> points
    )

    Parameters

    points
    See Also