[To be supplied.]
[Visual Basic] Overloads Public Sub New( _ ByVal location As Point, _ ByVal size As Size _ ) [C#] public Rectangle( Point location, Size size ); [C++] public: Rectangle( Point location, Size size ); [JScript] public function Rectangle( location : Point, size : Size );
Rectangle Structure | Rectangle Members | System.Drawing Namespace | Rectangle Constructor Overload List