Initializes a new instance of the System.Drawing.Rectangle class with the specified location and size.
Gets the y-coordinate that is the sum of the System.Drawing.Rectangle.Y and System.Drawing.Rectangle.Height property values of this System.Drawing.Rectangle structure.
The y-coordinate that is the sum of System.Drawing.Rectangle.Y and System.Drawing.Rectangle.Height of this System.Drawing.Rectangle.
Gets or sets the height of this System.Drawing.Rectangle structure.
The height of this System.Drawing.Rectangle structure. The default is 0.
Gets the x-coordinate of the left edge of this System.Drawing.Rectangle structure.
The x-coordinate of the left edge of this System.Drawing.Rectangle structure.
Gets the x-coordinate that is the sum of System.Drawing.Rectangle.X and System.Drawing.Rectangle.Width property values of this System.Drawing.Rectangle structure.
The x-coordinate that is the sum of System.Drawing.Rectangle.X and System.Drawing.Rectangle.Width of this System.Drawing.Rectangle.
Gets the y-coordinate of the top edge of this System.Drawing.Rectangle structure.
The y-coordinate of the top edge of this System.Drawing.Rectangle structure.
Gets or sets the width of this System.Drawing.Rectangle structure.
The width of this System.Drawing.Rectangle structure. The default is 0.
Gets or sets the x-coordinate of the upper-left corner of this System.Drawing.Rectangle structure.
The x-coordinate of the upper-left corner of this System.Drawing.Rectangle structure. The default is 0.
Gets or sets the y-coordinate of the upper-left corner of this System.Drawing.Rectangle structure.
The y-coordinate of the upper-left corner of this System.Drawing.Rectangle structure. The default is 0.
Determines if the rectangular region represented by rect is entirely contained within this System.Drawing.Rectangle structure.
The System.Drawing.Rectangle to test.
This method returns true if the rectangular region represented by rect is entirely contained within this System.Drawing.Rectangle structure; otherwise false.
Determines if the specified point is contained within this System.Drawing.Rectangle structure.
This method returns true if the point defined by x and y is contained within this System.Drawing.Rectangle structure; otherwise false.
Enlarges this System.Drawing.Rectangle by the specified amount.
The amount to inflate this System.Drawing.Rectangle horizontally.
The amount to inflate this System.Drawing.Rectangle vertically.
Replaces this System.Drawing.Rectangle with the intersection of itself and the specified System.Drawing.Rectangle.
The System.Drawing.Rectangle with which to intersect.
Determines if this rectangle intersects with rect.
The rectangle to test.
This method returns true if there is any intersection, otherwise false.
Static
EqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
Stores a set of four integers that represent the location and size of a rectangle