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).
Syntax
'Declaration
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
)
Parameters
- x
- y
- dragging
See Also