The SizeD type exposes the following members.

Constructors

  Name Description
Public method SizeD
Initializes a new instance of the SizeD structure.

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.

Operators

  Name Description
Public operator Static member Addition
Adds two SizeD structures.
Public operator Static member Subtraction
Subtracts one SizeD structure from another.

Properties

  Name Description
Public property Static member Empty
Represents an empty instance of the SizeD structure.
Public property Height
Gets or sets the vertical component of the current SizeD.
Public property IsEmpty
Gets a value indicating whether of the current SizeD has zero Width and Height.
Public property Width
Gets or sets the horizontal component of the current SizeD.

See Also