System.Drawing.Rectangle.Rectangle C# (CSharp) Method

Rectangle() public method

public Rectangle ( System location, System size )
location System
size System
        public Rectangle(System.Drawing.Point location, System.Drawing.Size size) { throw null; }
        public Rectangle(int x, int y, int width, int height) { throw null; }

Same methods

Rectangle::Rectangle ( int x, int y, int width, int height )
Rectangle::Rectangle ( Point location, Size size ) : System.Diagnostics.Contracts
Rectangle::Rectangle ( int x, int y, int width, int height ) : System.Diagnostics.Contracts