Click or drag to resize
Interval2D Methods

The Interval2D type exposes the following members.

Methods
  NameDescription
Public methodArea
Returns the area of this two-dimensional interval.
Public methodContains
Does this two-dimensional interval contain the point p?
Public methodDraw
Draws this two-dimensional interval to the display.
(Overrides BasicVisualDraw.)
Public methodEquals
Does this interval equal the other interval?
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Returns an integer hash code for this interval.
(Overrides ObjectGetHashCode.)
Public methodIntersects
Does this two-dimensional interval intersect that two-dimensional interval?
Public methodStatic memberMainTest
Demo test the Interval2D data type.
Public methodToString
Returns a string representation of this two-dimensional interval.
(Overrides ObjectToString.)
Top
See Also