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

In This Topic
    AddLine Method (PathEx)
    In This Topic
    Adds line from point to point.
    Syntax
    'Declaration
     
    Public Sub AddLine( _
       ByVal point1 As Vector2, _
       ByVal point2 As Vector2 _
    ) 
    public void AddLine( 
       Vector2 point1,
       Vector2 point2
    )

    Parameters

    point1
    point2
    See Also