'Declaration
Public Sub AddEllipse( _ ByVal left As Double, _ ByVal top As Double, _ ByVal width As Double, _ ByVal height As Double _ )
Parameters
- left
- x position of ellipse's top left corner.
- top
- y position of ellipse's top left corner.
- width
- The ellipse width.
- height
- The ellipse height.