[To be supplied.]
[Visual Basic] Overloads Public Sub DrawEllipse( _ ByVal pen As Pen, _ ByVal x As Integer, _ ByVal y As Integer, _ ByVal width As Integer, _ ByVal height As Integer _ ) [C#] public void DrawEllipse( Pen pen, int x, int y, int width, int height ); [C++] public: void DrawEllipse( Pen* pen, int x, int y, int width, int height ); [JScript] public function DrawEllipse( pen : Pen, x : int, y : int, width : int, height : int );
Graphics Class | Graphics Members | System.Drawing Namespace | Graphics.DrawEllipse Overload List