ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / PathEx Class / AddLines Method

In This Topic
    AddLines Method (PathEx)
    In This Topic
    Adds polyline.
    Syntax
    'Declaration
     
    Public Sub AddLines( _
       ByVal linePoints() As Vector2 _
    ) 
    public void AddLines( 
       Vector2[] linePoints
    )

    Parameters

    linePoints
    See Also