WinUI | ComponentOne
C1.WinUI.Rendering Assembly / C1.WinUI.Rendering Namespace / IRenderingEngine Interface / DrawEllipse Method
X-coordinate of ellipse center.
Y-coordinate of ellipse center.
x-radius.
y-radius.
In This Topic
    DrawEllipse Method (IRenderingEngine)
    In This Topic
    Draw ellipse with currect stroke and fill.
    Syntax
    void DrawEllipse( 
       double cx,
       double cy,
       double rx,
       double ry
    )

    Parameters

    cx
    X-coordinate of ellipse center.
    cy
    Y-coordinate of ellipse center.
    rx
    x-radius.
    ry
    y-radius.
    See Also