Gauge for WPF | ComponentOne
C1.WPF.Rendering Assembly / C1.WPF.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 _
    ) 
    void DrawDonutSegment( 
       double cx,
       double cy,
       double radius,
       double innerRadius,
       double angle,
       double sweep
    )

    Parameters

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