SizeF Operators and Type Conversions |
The SizeF type exposes the following members.
| Name | Description | |
|---|---|---|
| Addition(SizeF, SizeF) | ||
| Addition(SizeF, Single) | ||
| Division(SizeF, SizeF) | ||
| Division(SizeF, Single) | ||
| Equality |
Compares two sizes for equality
| |
| (PointF to SizeF) |
Explicit conversion from a point to a Size with a Width and Height of the X and Y values of the point, respectively
| |
| (Size to SizeF) |
Implicitly converts the specified integral size to a floating point SizeF | |
| Inequality |
Compares two sizes for inequality
| |
| Multiply(Single, SizeF) | ||
| Multiply(SizeF, SizeF) | ||
| Multiply(SizeF, Single) | ||
| Subtraction(SizeF, SizeF) | ||
| Subtraction(SizeF, Single) | ||
| UnaryNegation |
Negates the Width and Height of the specified size value
|