|   | FastRetinaKeypoint  Conversion (FastRetinaKeypoint to PointF) | 
        
          
    Namespace: 
   Accord.Imaging
    Assembly:
   Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
 Syntax
Syntaxpublic static implicit operator PointF (
	FastRetinaKeypoint point
)
Public Shared Widening Operator CType ( 
	point As FastRetinaKeypoint
) As PointF
Parameters
- point
- Type: Accord.ImagingFastRetinaKeypoint
 The point to be converted.
Return Value
Type: 
PointF
              The result of the conversion.
            
 See Also
See Also