The SizeD type exposes the following members.
Constructors
Methods
Name | Description | |
---|---|---|
Add |
Adds two SizeD structures.
|
|
Ceiling | ||
Equals |
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.) |
|
GetHashCode |
Returns the hash code for this instance.
(Inherited from ValueType.) |
|
Substract |
Subtracts one SizeD structure from another.
|
|
ToString |
Converts the current SizeD structure to a human-readable string representing it.
(Overrides ValueType..::..ToString()()()().) |
|
Truncate |
Operators
Name | Description | |
---|---|---|
Addition |
Adds two SizeD structures.
|
|
Subtraction |
Subtracts one SizeD structure from another.
|
Properties
Name | Description | |
---|---|---|
Empty |
Represents an empty instance of the SizeD structure.
|
|
Height |
Gets or sets the vertical component of the current SizeD.
|
|
IsEmpty | ||
Width |
Gets or sets the horizontal component of the current SizeD.
|