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

Rectangle() public method

public Rectangle ( int x, int y, int width, int height )
x int
y int
width int
height int
        public Rectangle(int x, int y, int width, int height) { throw null; }
        public int Bottom { get { throw null; } }

Same methods

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