| PointF  Conversion (SizeF to PointF) | 
 
            Explicit conversion from a size to a PointF with a X and Y of the Width and Height values of the size, respectively
            
 
    Namespace: 
   Eto.Drawing
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic static explicit operator PointF (
	SizeF size
)
Public Shared Narrowing Operator CType ( 
	size As SizeF
) As PointF
F# does not support the declaration of new casting operators.
Parameters
- size
- Type: Eto.DrawingSizeF
 SizeF to convert
Return Value
Type: 
PointFA new point with the X and Y of the width and height values of the size, respectively
 See Also
See Also