|   | IntPoint  Conversion (IntPoint to Point) | 
        
         
            Implicit conversion to 
Point.
            
 
    Namespace: 
   Accord
    Assembly:
   Accord (in Accord.dll) Version: 3.8.0
 Syntax
Syntaxpublic static implicit operator Point (
	IntPoint point
)
Public Shared Widening Operator CType ( 
	point As IntPoint
) As Point
Parameters
- point
- Type: AccordIntPoint
 Integer point to convert to single precision point.
Return Value
Type: 
PointReturns new single precision point which coordinates are implicitly converted
            to floats from coordinates of the specified integer point.
 See Also
See Also