ComponentOne Gauges for WinForms
GetValueAt(Int32,Int32) Method

C1.Win.C1Gauge.4 Assembly > C1.Win.C1Gauge Namespace > C1GaugePointer Class > GetValueAt Method : GetValueAt(Int32,Int32) Method
Returns the Value that corresponds to the specified mouse position (x, y), relative to the parent control.
Syntax
'Declaration
 
Public Overloads Function GetValueAt( _
   ByVal x As System.Integer, _
   ByVal y As System.Integer _
) As System.Double
public System.double GetValueAt( 
   System.int x,
   System.int y
)

Parameters

x
y
Remarks
The result is scaled to the pointer's admitted region.
See Also

Reference

C1GaugePointer Class
C1GaugePointer Members
Overload List