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