[]
        
(Showing Draft Content)

C1.Blazor.Rendering.IRenderingEngine.DrawEllipse

DrawEllipse Method

DrawEllipse(double, double, double, double)

Draw ellipse with currect stroke and fill.

Declaration
void DrawEllipse(double cx, double cy, double rx, double ry)
Parameters
Type Name Description
double cx

X-coordinate of ellipse center.

double cy

Y-coordinate of ellipse center.

double rx

x-radius.

double ry

y-radius.