Name | Description | |
---|---|---|
Size2F Constructor | Overloaded. |
The following tables list the members exposed by Size2F.
Name | Description | |
---|---|---|
Size2F Constructor | Overloaded. |
Name | Description | |
---|---|---|
Empty | An empty size. | |
Height | The vertical component of this Size2F structure. | |
Infinite | A size with infinite Width and Height. | |
SizeInBytes | The size of the Size2F type, in bytes. | |
Width | The horizontal component of this Size2F structure. |
Name | Description | |
---|---|---|
Add | Adds the width and height of one Size2F structure to the width and height of another Size2F structure. | |
Equals | Overloaded. Indicates whether this instance and a specified object are equal. | |
GetHashCode | Returns a hash code for this instance. | |
Round | Returns a Size2L with rounded width and height. | |
Scale | Overloaded. Scales the width and height by the specified scaleFactor. | |
Subtract | Subtracts the width and height of one Size2F structure from the width and height of another Size2F structure. | |
ToSize | Converts Size2F to System.Windows.Size. | |
ToSize2D | Converts Size2F to Size2D. | |
ToString | Returns a string that represents the current object. | |
Truncate | Returns a Size2L with truncated width and height. |
Equality | Determines if the specified values are equal. |
Explicit Type Conversion | Overloaded. Performs an explicit conversion from Size2F to System.Windows.Size. |
Inequality | Determines if the specified values are not equal. |