| C1.Win.C1DX.4 Assembly > C1.Util.DX Namespace : Size2L Structure |
The following tables list the members exposed by Size2L.
| Name | Description | |
|---|---|---|
![]() | Size2L Constructor | Overloaded. |
| 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. |
![]() | ToSize | Converts Size2L to System.Drawing.Size. |
![]() | 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. |
Explicit Type Conversion | Overloaded. Performs an explicit conversion from Size2L to System.Drawing.Size. |
Inequality | Determines if the specified Size2L objects are not equal. |