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

In This Topic
    AddLines Method (PathExtensions)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Sub AddLines( _
       ByVal path As PathEx, _
       ByVal linePoints() As PointF _
    ) 
    public static void AddLines( 
       PathEx path,
       PointF[] linePoints
    )

    Parameters

    path
    linePoints
    See Also