The SizeD type exposes the following members.

Methods

  Name Description
Public method Static member Add
Adds two SizeD structures.
Public method Ceiling
Converts the current SizeD structure to a Point by rounding the width and height to the next higher integer values.
Public method Equals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public method GetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public method Static member Substract
Subtracts one SizeD structure from another.
Public method ToString
Converts the current SizeD structure to a human-readable string representing it.
(Overrides ValueType..::..ToString()()()().)
Public method Truncate
Converts the current SizeD structure to a Point by truncating the width and height to integer values.

See Also