drawEllipse Method (_Render)
In This Topic
Syntax
'Declaration
Public Sub drawEllipse( _
ByVal As Double, _
ByVal As Double, _
ByVal As Double, _
ByVal As Double, _
Optional ByVal As IRegion, _
Optional ByVal As IMatrix _
)
public void drawEllipse(
double ,
double ,
double ,
double ,
IRegion ,
IMatrix
)
Parameters
- cx
- cy
- rx
- ry
- clipping
- transform
See Also