Creates a copy of this rectangle. Syntax Return Value A copy of this rectangle.
Compares this rectangle to the specified one. Syntax Parameters rectangle A reference to the rectangle to compare with. Return Value A boolean value indicating whether the rectangles are equal.
Compares this rectangle to the specified one. Overload List
Gets or sets the height of the rectangle. Syntax
Gets the intersection with the specified rectangle. Syntax Parameters rectangle A rectangle to intersect with. Return Value The intersection with the specified rectangle.
Gets the intersection 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 intersection ...
Gets the intersection with the specified rectangle. Overload List
Gets a boolean value indicating whether this rectangle intersects with the specified rectangle. Syntax Parameters rectangle A rectangle to test. Return Value A boolean value indicating whether this rectangle intersects with the specified rectangle.
Gets a boolean value indicating whether this rectangle intersects 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 specifi...
Gets a boolean value indicating whether this rectangle intersects with the specified rectangle. Overload List