Returns the Value that corresponds to the specified mouse position (x, y), relative to the parent control. If the 'dragging' parameter is True the returned value is the result of dragging the pointer from its current position to (x, y).
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Overloads Function GetValueAt( _
   ByVal  As System.Integer, _
   ByVal  As System.Integer, _
   ByVal  As System.Boolean _
) As System.Double
             
        
            
            public System.double GetValueAt( 
   System.int ,
   System.int ,
   System.bool 
)
             
        
             
        
            パラメータ
- x
 
- y
 
- dragging
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照