ComponentOne Excel for .NET
C1.Excel Assembly / C1.Util Namespace / IRendering Interface / DrawDonutSegment Method
X-coordinate of ellipse center.
Y-coordinate of ellipse center.
x-radius.
y-radius.
Inner x-radius.
Inner y-radius.
Start angle in degrees.
Sweep direction in degrees.

In This Topic
    DrawDonutSegment Method (IRendering)
    In This Topic
    Draw donut segment with current stroke and fill.
    Syntax
    'Declaration
     
    Sub DrawDonutSegment( _
       ByVal cx As System.Double, _
       ByVal cy As System.Double, _
       ByVal rx As System.Double, _
       ByVal ry As System.Double, _
       ByVal innerRx As System.Double, _
       ByVal innerRy As System.Double, _
       ByVal angle As System.Double, _
       ByVal sweep As System.Double _
    ) 
    void DrawDonutSegment( 
       System.double cx,
       System.double cy,
       System.double rx,
       System.double ry,
       System.double innerRx,
       System.double innerRy,
       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.
    innerRx
    Inner x-radius.
    innerRy
    Inner y-radius.
    angle
    Start angle in degrees.
    sweep
    Sweep direction in degrees.
    See Also