Search
RectD Members
Constructors Properties Methods
 


Represents a rectangle with double-precision coordinates.

The following tables list the members exposed by the RectD type.

 Public Constructors

  Name Description

RectD

Overloaded.  

 Public Properties

  Name Description

Bottom

Gets the rectangle's bottom side.

Height

Gets or sets the height of this rectangle.

Left

Gets the rectangle's left side.

Location

Gets the rectangle's location.

Right

Gets the rectangle's right side.

Top

Gets the rectangle's top side.

Width

Gets or sets the width of this rectangle.

X

Gets or sets X coordinate of this rectangle.

Y

Gets or sets Y coordinate of this rectangle.

 Public Methods

  Name Description

Intersects

Checks whether this rectangle intersects with specified rectangle.

ToString

Object.ToString override.

 See Also