Version

Search Results

Clone Method (Rectangle)

Creates a copy of this rectangle. Syntax Return Value A copy of this rectangle.

Equals(Rectangle) Method

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.

Equals Method (Rectangle)

Compares this rectangle to the specified one. Overload List

Height Property (Rectangle)

Gets or sets the height of the rectangle. Syntax

Intersection(Rectangle) Method

Gets the intersection with the specified rectangle. Syntax Parameters rectangle A rectangle to intersect with. Return Value The intersection with the specified rectangle.

Intersection(Single,Single,Single,Single) Method

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 ...

Intersection Method

Gets the intersection with the specified rectangle. Overload List

Intersects(Rectangle) Method

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.

Intersects(Single,Single,Single,Single) Method

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...

Intersects Method

Gets a boolean value indicating whether this rectangle intersects with the specified rectangle. Overload List