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

In This Topic
    _SvgArcPathCommand Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal rx As Double, _
       ByVal ry As Double, _
       ByVal rotation As Double, _
       ByVal largeArcFlag As Integer, _
       ByVal sweepFlag As Integer, _
       ByVal ex As Double, _
       ByVal ey As Double _
    )
    public _SvgArcPathCommand( 
       double rx,
       double ry,
       double rotation,
       int largeArcFlag,
       int sweepFlag,
       double ex,
       double ey
    )

    Parameters

    rx
    ry
    rotation
    largeArcFlag
    sweepFlag
    ex
    ey
    See Also