DrawEllipse Method (IRenderEngine)
In This Topic
Draw ellipse with currect stroke and fill.
Syntax
'Declaration
Sub DrawEllipse( _
ByVal As System.Double, _
ByVal As System.Double, _
ByVal As System.Double, _
ByVal As System.Double _
)
void DrawEllipse(
System.double ,
System.double ,
System.double ,
System.double
)
Parameters
- cx
- X-coordinate of ellipse center.
- cy
- Y-coordinate of ellipse center.
- rx
- x-radius.
- ry
- y-radius.
See Also