Computes the location of the specified screen point into client coordinates.
            
            
            
            
            
            
            
            '宣言
 
Public Function PointToClient( _
   ByVal  As Point _
) As Point
             
        
            
            public Point PointToClient( 
   Point 
)
             
        
             
        
            パラメータ
- p
 
- The screen coordinate System.Drawing.Point to convert.
 
            
            戻り値の型
A 
System.Drawing.Point that represents the converted 
System.Drawing.Point in client coordinates.