Name | Description | |
---|---|---|
SizeD Constructor | Initializes a new instance of the SizeD structure. |
The following tables list the members exposed by SizeD.
Name | Description | |
---|---|---|
SizeD Constructor | Initializes a new instance of the SizeD structure. |
Name | Description | |
---|---|---|
Empty | Represents an empty instance of the SizeD structure. | |
Height | Gets or sets the vertical component of the current SizeD. | |
IsEmpty | Gets a value indicating whether of the current SizeD has zero Width and Height. | |
Width | Gets or sets the horizontal component of the current SizeD. |
Name | Description | |
---|---|---|
Add | Adds two SizeD structures. | |
Ceiling | Converts the current SizeD structure to a System.Drawing.Point by rounding the width and height to the next higher integer values. | |
Substract | Subtracts one SizeD structure from another. | |
ToString | Converts the current SizeD structure to a human-readable string representing it. | |
Truncate | Converts the current SizeD structure to a System.Drawing.Point by truncating the width and height to integer values. |
Addition | Adds two SizeD structures. |
Explicit Type Conversion | Converts a SizeD to a PointD. |
Implicit Type Conversion | Overloaded. Converts a System.Drawing.Size to a SizeD. |
Subtraction | Subtracts one SizeD structure from another. |