Click or drag to resize
RectHV Methods

The RectHV type exposes the following members.

Methods
  NameDescription
Public methodContains
Returns true if this rectangle contain the point.
Public methodDistanceSquaredTo
Returns the square of the Euclidean distance between this rectangle and the point p.
Public methodDistanceTo
Returns the Euclidean distance between this rectangle and the point p.
Public methodDraw
Draws this rectangle to standard draw.
(Overrides BasicVisualDraw.)
Public methodEquals
Compares this rectangle to the specified rectangle.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Returns an integer hash code for this rectangle.
(Overrides ObjectGetHashCode.)
Public methodIntersects
Returns true if the two rectangles intersect.
Public methodStatic memberMainTest
Demo test for the RectHVTest data type.
Public methodToString
Returns a string representation of this rectangle.
(Overrides ObjectToString.)
Top
See Also