Rectangle Methods |
The Rectangle type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals(Object) |
Determines whether the specified Object is equal to this
Rectangle instance.
(Overrides ValueTypeEquals(Object)) |
![]() | Equals(Rectangle) | Determines whether the other Rectangle is equal to this Rectangle instance. |
![]() | GetHashCode |
Returns a hash code for this Rectangle instance.
(Overrides ValueTypeGetHashCode) |
![]() | ToString |
Returns the value as string, in such format: L:23.232; T:0.47; W:22.553; H:99.23243.
(Overrides ValueTypeToString) |