ComponentOne Excel for .NET
C1.Excel Assembly / C1.Util Namespace / GraphicsRendering Class / DrawArc Method
X-coordinate of ellipse center.
Y-coordinate of ellipse center.
x-radius.
y-radius.
Start angle in degrees.
Sweep direction in degrees.

In This Topic
    DrawArc Method (GraphicsRendering)
    In This Topic
    Draw arc (ellipse segment) with current stroke attributes.
    Syntax
    'Declaration
     
    Public Sub DrawArc( _
       ByVal cx As System.Double, _
       ByVal cy As System.Double, _
       ByVal rx As System.Double, _
       ByVal ry As System.Double, _
       ByVal angle As System.Double, _
       ByVal sweep As System.Double _
    ) 
    public void DrawArc( 
       System.double cx,
       System.double cy,
       System.double rx,
       System.double ry,
       System.double angle,
       System.double sweep
    )

    Parameters

    cx
    X-coordinate of ellipse center.
    cy
    Y-coordinate of ellipse center.
    rx
    x-radius.
    ry
    y-radius.
    angle
    Start angle in degrees.
    sweep
    Sweep direction in degrees.
    See Also