Name | Description | |
---|---|---|
Size2L Constructor | Initializes a new instance of the Size2L struct. |
The following tables list the members exposed by Size2L.
Name | Description | |
---|---|---|
Size2L Constructor | Initializes a new instance of the Size2L struct. |
Name | Description | |
---|---|---|
Empty | An empty size. | |
Height | The vertical component of this Size2L structure. | |
Infinite | An infinite size. | |
SizeInBytes | The size of the Size2L type, in bytes. | |
Width | The horizontal component of this Size2L structure. |
Name | Description | |
---|---|---|
Add | Adds the width and height of one Size2L structure to the width and height of another Size2L structure. | |
Equals | Overloaded. Indicates whether this instance and a specified object are equal. | |
GetHashCode | Serves as the default hash function. | |
Subtract | Subtracts the width and height of one Size2L structure from the width and height of another Size2L structure. | |
ToSize2D | Converts Size2L to Size2D. | |
ToSize2F | Converts Size2L to Size2F. | |
ToString | Returns a string that represents the current Size2L object. |
Equality | Determines if the specified Size2L objects are equal. |
Inequality | Determines if the specified Size2L objects are not equal. |