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

In This Topic
    _buildCanvasArcToPathCommand Method (_PathCommandBuilder)
    In This Topic
    Syntax
    'Declaration
     
    Public Function _buildCanvasArcToPathCommand( _
       ByVal rx As Double, _
       ByVal ry As Double, _
       ByVal rotation As Double, _
       ByVal cx As Double, _
       ByVal cy As Double, _
       ByVal startAngle As Double, _
       ByVal sweepAngle As Double, _
       ByVal counterclockwise As Integer _
    ) As ICanvasArcPathCommand
    public ICanvasArcPathCommand _buildCanvasArcToPathCommand( 
       double rx,
       double ry,
       double rotation,
       double cx,
       double cy,
       double startAngle,
       double sweepAngle,
       int counterclockwise
    )

    Parameters

    rx
    ry
    rotation
    cx
    cy
    startAngle
    sweepAngle
    counterclockwise
    See Also