SizeF Conversion (Size to SizeF) |
Implicitly converts the specified integral
size to a floating point
SizeF
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public static implicit operator SizeF (
Size size
)
Public Shared Widening Operator CType (
size As Size
) As SizeF
F# does not support the declaration of new casting operators.
Parameters
- size
- Type: Eto.DrawingSize
Size to convert
Return Value
Type:
SizeFA new instance of a floating point SizeF with the same value as the specified
sizeSee Also