Rect Methods |
The Rect type exposes the following members.
Name | Description | |
---|---|---|
![]() | Contains |
Indicates whether the rectangle described by the Windows.Foundation.Rect
contains the specified point.
|
![]() | Equals(Object) |
Indicates whether the specified object is equal to the
current Windows.Foundation.Rect.
(Overrides ValueTypeEquals(Object).) |
![]() | Equals(Rect) |
Indicates whether the specified Windows.Foundation.Rect
is equal to the current Windows.Foundation.Rect.
|
![]() | GetHashCode |
Creates a hash code for the Windows.Foundation.Rect.
(Overrides ValueTypeGetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString |
Returns a string representation of the Windows.Foundation.Rect
structure.
(Overrides ValueTypeToString.) |
![]() | Union(Point) |
Expands the rectangle represented by the current Windows.Foundation.Rect
exactly enough to contain the specified point.
|
![]() | Union(Rect) |
Expands the rectangle represented by the current Windows.Foundation.Rect
exactly enough to contain the specified rectangle.
|