| RectHV Methods |
The RectHV type exposes the following members.
| Name | Description | |
|---|---|---|
| Contains |
Returns true if this rectangle contain the point. | |
| DistanceSquaredTo |
Returns the square of the Euclidean distance between this rectangle and the point p. | |
| DistanceTo |
Returns the Euclidean distance between this rectangle and the point p. | |
| Draw |
Draws this rectangle to standard draw. (Overrides BasicVisualDraw.) | |
| Equals |
Compares this rectangle to the specified rectangle. (Overrides ObjectEquals(Object).) | |
| GetHashCode |
Returns an integer hash code for this rectangle. (Overrides ObjectGetHashCode.) | |
| Intersects |
Returns true if the two rectangles intersect. | |
| MainTest |
Demo test for the RectHVTest data type. | |
| ToString |
Returns a string representation of this rectangle. (Overrides ObjectToString.) |