ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _MoveToPathCommand Class / _MoveToPathCommand Constructor

In This Topic
    _MoveToPathCommand Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal x As Double, _
       ByVal y As Double _
    )
    public _MoveToPathCommand( 
       double x,
       double y
    )

    Parameters

    x
    y
    See Also