| SizeF  Conversion (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
            
 
    Namespace: 
   Eto.Drawing
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic static explicit operator SizeF (
	PointF point
)
Public Shared Narrowing Operator CType ( 
	point As PointF
) As SizeF
F# does not support the declaration of new casting operators.
Parameters
- point
- Type: Eto.DrawingPointF
 Point to convert
Return Value
Type: 
SizeFA new size with the width and height of the X and Y values of the point, respectively
 See Also
See Also