Click or drag to resize
DigitalRuneRectangleF Methods

The RectangleF type exposes the following members.

Methods
  NameDescription
Public methodContains(RectangleF)
Determines whether rectangle contains the specified rectangle.
Public methodContains(Vector2F)
Determines whether rectangle contains the specified point.
Public methodEquals(Object)
Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(RectangleF)
Indicates whether the current object is equal to another object of the same type.
Public methodGetHashCode
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberIntersect
Creates a rectangle that contains the overlap between the given rectangles.
Public methodIntersects
Determines whether this rectangle intersects with the specified rectangle.
Public methodToRectangle
Converts the RectangleF (floating-point, single precision) to a Rectangle (integer precision).
Public methodToString
Returns the string representation of this rectangle.
(Overrides ValueTypeToString.)
Public methodToString(IFormatProvider)
Returns the string representation of this rectangle using the specified culture-specific format information.
Public methodStatic memberUnion
Creates the smallest rectangle that contains the given rectangles.
Top
See Also