Gets a boolean value indicating whether this rectangle is empty. Syntax
Gets a boolean value indicating whether the specified point is inside the rectangle. Syntax Parameters x X-coordinate of the point.y X-coordinate of the point. Return Value A boolean value indicating whether the specified point is inside the rectangle.
Gets or sets a Point object that represents the upper-left corner of the rectangle. Syntax
Gets a boolean value indicating whether the specified point is inside the rectangle. Syntax Parameters point A point to test. Return Value A boolean value indicating whether the specified point is inside the rectangle.
Makes the instance immutable. Any attempts to modify properties or members will result in an exception. Syntax
Gets or sets a Size object that represents the width and the height of the rectangle. Syntax
Gets the union with the specified point. Syntax Parameters point A point to unite with. Return Value The union with the specified point.
Gets the union with the specified rectangle. Syntax Parameters rectangle A rectangle to unite with. Return Value The union with the specified rectangle.
Gets the union with the specified point. Syntax Parameters x X-coordinate of the point.y X-coordinate of the point. Return Value The union with the specified point.
Gets the union with the specified rectangle. Syntax Parameters x X-coordinate of the upper-left corner of the specified rectangle.y Y-coordinate of the upper-left corner of the specified rectangle.width Width of the specified rectangle.height Height of the specified rectangle. Return Value The union with the speci...