PointF  Conversion (PointF to PointF) | 
 
            Converts a 
PointF to a PointF.
            
 
    Namespace: 
   Easymap.AddIn.Common.Graphics
    Assembly:
   EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntaxpublic static implicit operator PointF (
	PointF pt
)
Public Shared Widening Operator CType ( 
	pt As PointF
) As PointF
Parameters
- pt
 - Type: System.DrawingPointF
 
Return Value
Type: 
PointF
See Also