WinUI | ComponentOne
C1.WinUI.Rendering Assembly / C1.WinUI.Rendering Namespace / IRenderingEngine Interface / DrawPieSegment Method
X-coordinate.
Y-coordinate.
Radius.
Angle.
Sweep angle.
In This Topic
    DrawPieSegment Method
    In This Topic
    Draws pie segment at specified point.
    Syntax
    void DrawPieSegment( 
       double cx,
       double cy,
       double radius,
       double angle,
       double sweep
    )

    Parameters

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