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

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

    Parameters

    point
    See Also