| PointF  Conversion (Point to PointF) | 
  
    Namespace: 
   Eto.Drawing
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic static implicit operator PointF (
	Point point
)
Public Shared Widening Operator CType ( 
	point As Point
) As PointF
F# does not support the declaration of new casting operators.
Parameters
- point
- Type: Eto.DrawingPoint
 Point to convert
Return Value
Type: 
PointFA new instance of a PointF with the value of the specified 
point Remarks
Remarks
            Since no precision is lost, this can be implicit.
            
 See Also
See Also