Blazor | ComponentOne
C1.Blazor.Rendering Assembly / C1.Blazor.Rendering Namespace / IRenderingEngine Interface / DrawDonutSegment Method
X-coordinate.
Y-coordinate.
Radius.
Inner radius.
Angle.
Sweep angle.

In This Topic
    DrawDonutSegment Method
    In This Topic
    Draws donut segment at specified point.
    Syntax
    'Declaration
     
    
    Sub DrawDonutSegment( _
       ByVal cx As Double, _
       ByVal cy As Double, _
       ByVal radius As Double, _
       ByVal innerRadius As Double, _
       ByVal angle As Double, _
       ByVal sweep As Double _
    ) 

    Parameters

    cx
    X-coordinate.
    cy
    Y-coordinate.
    radius
    Radius.
    innerRadius
    Inner radius.
    angle
    Angle.
    sweep
    Sweep angle.
    See Also