Click or drag to resize
Rect Methods

The Rect type exposes the following members.

Methods
  NameDescription
Public methodContains
Indicates whether the rectangle described by the Windows.Foundation.Rect contains the specified point.
Public methodEquals(Object)
Indicates whether the specified object is equal to the current Windows.Foundation.Rect.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(Rect)
Indicates whether the specified Windows.Foundation.Rect is equal to the current Windows.Foundation.Rect.
Public methodGetHashCode
Creates a hash code for the Windows.Foundation.Rect.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string representation of the Windows.Foundation.Rect structure.
(Overrides ValueTypeToString.)
Public methodUnion(Point)
Expands the rectangle represented by the current Windows.Foundation.Rect exactly enough to contain the specified point.
Public methodUnion(Rect)
Expands the rectangle represented by the current Windows.Foundation.Rect exactly enough to contain the specified rectangle.
Top
See Also