Stores an ordered pair of integers, typically the width and height of a rectangle. Instances of this class are immutable.
The following tables list the members exposed by the Size type.
Name | Description | |
---|---|---|
![]() |
Overloaded. Initializes a new instance of the Size class. |
Name | Description | |
---|---|---|
![]() ![]() |
Represents a size with all properties set to zero. |
Name | Description | |
---|---|---|
![]() |
Cloneable.clone implementation. |
|
![]() |
Checks whether this size has the same values as the specified object. |
|
![]() |
Gets the vertical component of this size. |
|
![]() |
Gets the horizontal component of this size. |
|
![]() |
Returns a hash code for the size. |
|
![]() |
Returns a new Size instance representing the negative of this size. |
|
![]() |
Externalizable.readExternal implementation. |
|
![]() |
Converts this size to a Point object. |
|
![]() |
Converts this size to a human-readable string. |
|
![]() |
Externalizable.writeExternal implementation. |