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 SizeD type.
Name | Description | |
---|---|---|
![]() |
Overloaded. Initializes a new instance of the SizeD 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 SizeD instance representing the negative of this size. |
|
![]() |
Externalizable.readExternal implementation. |
|
![]() |
Converts this size to a PointD object. |
|
![]() |
Converts this size to a human-readable string. |
|
![]() |
Externalizable.writeExternal implementation. |