Click or drag to resize

Rect2 Methods

The Rect2 type exposes the following members.

Methods
  NameDescription
Public methodAbs
Returns a Rect2 with equivalent position and size, modified so that the top-left corner is the origin and width and height are positive.
Public methodClip
Returns the intersection of this Rect2 and `b`.
Public methodEncloses
Returns true if this Rect2 completely encloses another one.
Public methodEquals(Object) (Overrides ValueTypeEquals(Object).)
Public methodEquals(Rect2)
Public methodExpand
Returns this Rect2 expanded to include a given point.
Public methodGetArea
Returns the area of the Rect2.
Public methodGetHashCode (Overrides ValueTypeGetHashCode.)
Public methodGetType (Inherited from Object.)
Public methodGrow
Returns a copy of the Rect2 grown a given amount of units towards all the sides.
Public methodGrowIndividual
Returns a copy of the Rect2 grown a given amount of units towards each direction individually.
Public methodGrowMargin
Returns a copy of the Rect2 grown a given amount of units towards the Margin direction.
Public methodHasNoArea
Returns true if the Rect2 is flat or empty, or false otherwise.
Public methodHasPoint
Returns true if the Rect2 contains a point, or false otherwise.
Public methodIntersects
Returns true if the Rect2 overlaps with `b` (i.e. they have at least one point in common). If `includeBorders` is true, they will also be considered overlapping if their borders touch, even without intersection.
Public methodIsEqualApprox
Returns true if this rect and `other` are approximately equal, by running IsEqualApprox(Vector2) on each component.
Public methodMerge
Returns a larger Rect2 that contains this Rect2 and `b`.
Public methodToString (Overrides ValueTypeToString.)
Public methodToString(String)
Top
See Also