Name | Description | |
---|---|---|
Size Constructor | Initializes a new instance of the Size struct. |
The following tables list the members exposed by Size.
Name | Description | |
---|---|---|
Size Constructor | Initializes a new instance of the Size struct. |
Name | Description | |
---|---|---|
Empty | Gets the size with zero width and height. | |
Height | Gets the height. | |
Width | Gets the width. |
Name | Description | |
---|---|---|
Equals | Overloaded. Determines whether the specified System.Object is equal to this instance. | |
GetHashCode | Returns a hash code for this instance. | |
Scale | Scales the size by specified values. | |
ToString | Returns a System.String that represents this instance. |
Addition | Enlarge the size by specified value. |
Equality | Checks whether the two sizes are equals. |
Inequality | Check whether the two sizes are not equals. |
Multiplication | Scales the size by specified value |