C1.Excel Assembly / C1.Util Namespace / SvgRendering Class / DrawEllipse Method
X-coordinate of ellipse center.
Y-coordinate of ellipse center.
x-radius.
y-radius.

In This Topic
DrawEllipse Method (SvgRendering)
In This Topic
Draw ellipse with current stroke and fill.
Syntax
'Declaration
 
Public Sub DrawEllipse( _
   ByVal cx As System.Double, _
   ByVal cy As System.Double, _
   ByVal rx As System.Double, _
   ByVal ry As System.Double _
) 
 

Parameters

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