Creates a new Rectangle. The size and location are determined from the parameters.
[Visual Basic] Overloads Public Sub New( _ ByVal x As Integer, _ ByVal y As Integer, _ ByVal width As Integer, _ ByVal height As Integer _ ) [C#] public Rectangle( int x, int y, int width, int height ); [C++] public: Rectangle( int x, int y, int width, int height ); [JScript] public function Rectangle( x : int, y : int, width : int, height : int );
Rectangle Structure | Rectangle Members | System.Drawing Namespace | Rectangle Constructor Overload List