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

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

    Parameters

    point
    See Also