Implicit Type Conversion(PointD,Point) Operator
 
            
                In This Topic
            
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
Overloads Public Operator Widening CType( _
   ByVal  As Point _
) As PointD
             
        
            
            public PointD operator implicit( 
   Point 
)
             
        
             
        
            Parameters
- value
 
- The System.Drawing.Point to convert.
 
            
            Return Value
 
            
            
            
            
            
            
            
            
            
            
            See Also