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

In This Topic
    _buildSvgArcToPathCommand Method (_PathCommandBuilder)
    In This Topic
    Syntax
    'Declaration
     
    Public Function _buildSvgArcToPathCommand( _
       ByVal rx As Double, _
       ByVal ry As Double, _
       ByVal rotation As Double, _
       ByVal largeArc As Integer, _
       ByVal sweep As Integer, _
       ByVal ex As Double, _
       ByVal ey As Double, _
       Optional ByVal isRelative As Boolean, _
       Optional ByVal currentX As Double, _
       Optional ByVal currentY As Double _
    ) As ISvgArcPathCommand
    public ISvgArcPathCommand _buildSvgArcToPathCommand( 
       double rx,
       double ry,
       double rotation,
       int largeArc,
       int sweep,
       double ex,
       double ey,
       bool isRelative,
       double currentX,
       double currentY
    )

    Parameters

    rx
    ry
    rotation
    largeArc
    sweep
    ex
    ey
    isRelative
    currentX
    currentY
    See Also