[]
Structure specifing a size with integer Width and Height.
public struct Size2L : IEquatable<Size2L>
| Name | Description |
|---|---|
| Size2L(int, int) | 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 |
|---|---|
| IsEmpty | Determines if all components of Size2L are equal to zero. |
| Name | Description |
|---|---|
| Add(Size2L, Size2L) | Adds the width and height of one Size2L structure to the width and height of another Size2L structure. |
| Equals(Size2L) | Indicates whether this instance and a specified object are equal. |
| Equals(object) | Indicates whether this instance and a specified object are equal. |
| GetHashCode() | Serves as the default hash function. |
| Subtract(Size2L, Size2L) | Subtracts the width and height of one Size2L structure from the width and height of another Size2L structure. |
| ToSize2D() | |
| ToSize2F() | |
| ToString() | Returns a string that represents the current Size2L object. |
| Name | Description |
|---|---|
| operator ==(Size2L, Size2L) | Determines if the specified Size2L objects are equal. |
| operator !=(Size2L, Size2L) | Determines if the specified Size2L objects are not equal. |