ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / PathEx Class / AddArc Method / AddArc(Single,Single,Single,Single,Single,Single) Method

In This Topic
    AddArc(Single,Single,Single,Single,Single,Single) Method
    In This Topic
    Adds arc.
    Syntax
    'Declaration
     
    Public Overloads Sub AddArc( _
       ByVal x As Single, _
       ByVal y As Single, _
       ByVal width As Single, _
       ByVal height As Single, _
       ByVal startAngle As Single, _
       ByVal sweepAngle As Single _
    ) 
    public void AddArc( 
       float x,
       float y,
       float width,
       float height,
       float startAngle,
       float sweepAngle
    )

    Parameters

    x
    y
    width
    height
    startAngle
    sweepAngle
    See Also