Size Conversion (SizeF to Size) |
Explicit conversion from a
SizeF to a
Size by truncating values
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public static explicit operator Size (
SizeF size
)
Public Shared Narrowing Operator CType (
size As SizeF
) As Size
F# does not support the declaration of new casting operators.
Parameters
- size
- Type: Eto.DrawingSizeF
Size to convert
Return Value
Type:
SizeA new instance of a Size with the value of the specified
sizeSee Also