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

In This Topic
    AddLine Method (PathExtensions)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Sub AddLine( _
       ByVal path As PathEx, _
       ByVal point1 As PointF, _
       ByVal point2 As PointF _
    ) 
    public static void AddLine( 
       PathEx path,
       PointF point1,
       PointF point2
    )

    Parameters

    path
    point1
    point2
    See Also