[To be supplied.]
Creates a new Rectangle. The size and location are determined from the parameters.
[Visual Basic] Overloads Public Sub New(Integer, Integer, Integer, Integer)
[C#] public Rectangle(int, int, int, int);
[C++] public: Rectangle(int, int, int, int);
[JScript] public function Rectangle(int, int, int, int);
[To be supplied.]
[Visual Basic] Overloads Public Sub New(Point, Size)
[C#] public Rectangle(Point, Size);
[C++] public: Rectangle(Point, Size);
[JScript] public function Rectangle(Point, Size);
Rectangle Structure | Rectangle Members | System.Drawing Namespace