In This Topic
The following tables list the members exposed by NSizeI.
Public Constructors
Public Fields
Public Properties
| Name | Description |
| IsEmpty | Determines whether this is an empty size (e.g. width and height are 0). |
Top
Public Methods
| Name | Description |
| Equals | |
| Flip | Flips the Width and Height values |
| GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
| ToNPoint | Converts this size to NPoint |
| ToNSize | Converts this size to SizeF |
| ToString | Returns the string representation of this object |
Top
Public Operators
Addition | Adds b size to a size and returns the resulting size (binary +) |
Equality | Determines whether a is equal to b |
Inequality | Determines whether a is not equal to b |
Subtraction | Subtracts b size from a size and returns the resulting size (binary -) |
Top
See Also