ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / PathEx.Segment Structure / LineTo Method

In This Topic
    LineTo Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function LineTo( _
       ByVal point As Vector2 _
    ) As PathEx.Segment
    public static PathEx.Segment LineTo( 
       Vector2 point
    )

    Parameters

    point
    See Also