public void DrawEllipse(
System.Drawing.Pen pen,
System.float x,
System.float y,
System.float width,
System.float height
)
'Declaration
Public Overloads Sub DrawEllipse( _
ByVal pen As System.Drawing.Pen, _
ByVal x As System.Single, _
ByVal y As System.Single, _
ByVal width As System.Single, _
ByVal height As System.Single _
)