ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _PathCommandUtility Class / _toCanvasArcPathCommand Method

In This Topic
    _toCanvasArcPathCommand Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function _toCanvasArcPathCommand( _
       ByVal command As IArcPathCommand, _
       ByVal currentX1 As Double, _
       ByVal currentY1 As Double _
    ) As ICanvasArcPathCommand
    public static ICanvasArcPathCommand _toCanvasArcPathCommand( 
       IArcPathCommand command,
       double currentX1,
       double currentY1
    )

    Parameters

    command
    currentX1
    currentY1
    See Also