Size Methods
.NET Framework 4
The Size type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equals(Object) | Compares an object to an instance of Size for equality. (Overrides ValueType.Equals(Object).) |
|
Equals(Size) | Compares a value to an instance of Size for equality. |
|
Equals(Size, Size) | Compares two instances of Size for equality. |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Gets the hash code for this instance of Size. (Overrides ValueType.GetHashCode().) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
Parse | Returns an instance of Size from a converted String. |
|
ToString() | Returns a String that represents this Size object. (Overrides ValueType.ToString().) |
|
ToString(IFormatProvider) | Returns a String that represents this instance of Size. |
| Name | Description | |
|---|---|---|
|
IFormattable.ToString | This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. |