Returns the Value that corresponds to the specified mouse position (x, y), relative to the parent control.
Syntax
'Declaration
Public Overloads Function GetValueAt( _
ByVal As System.Integer, _
ByVal As System.Integer _
) As System.Double
public System.double GetValueAt(
System.int ,
System.int
)
Parameters
- x
- y
See Also