Name | Description | |
---|---|---|
Deflate | Deflates this size with the specified margins | |
Deserialize | Deserializes the object state from the specified property bag. | |
Equals | Overloaded. Checks whether this size is equal to the other size | |
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. | |
GetMax | Gets the max of Width and Height | |
GetMin | Gets the min of Width and Height | |
Inflate | Inflates this size with the specified margins | |
Round | Round this size. | |
Scale | Scales this size with the specified factors | |
Serialize | Serializes the object state into the specified property bag. | |
ToNPoint | Converts this size to NPoint. | |
ToString | Returns the string representation of this object | |
Union | Overloaded. Returns a size whose width is the max of size1.Width and size2.Width, and whose height is the max of size1.Height and size2.Height. |