[To be supplied.]
[Visual Basic] Overloads Public Sub AddEllipse( _ ByVal x As Single, _ ByVal y As Single, _ ByVal width As Single, _ ByVal height As Single _ ) [C#] public void AddEllipse( float x, float y, float width, float height ); [C++] public: void AddEllipse( float x, float y, float width, float height ); [JScript] public function AddEllipse( x : float, y : float, width : float, height : float );
GraphicsPath Class | GraphicsPath Members | System.Drawing.Drawing2D Namespace | GraphicsPath.AddEllipse Overload List