In This Topic
The following tables list the members exposed by Size2L.
Public Constructors
Public Fields
Public Properties
| Name | Description |
 | IsEmpty | Determines if all components of Size2L are equal to zero. |
Top
Public Methods
| 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. |
Top
Public Operators
See Also