Gauges for WinForms | ComponentOne
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge Namespace / C1GaugeBase Class / GetValueAt Method

In This Topic
    GetValueAt Method (C1GaugeBase)
    In This Topic
    Returns the Value that corresponds to the specified mouse position: (x, y), relative to the parent control.
    Syntax
    'Declaration
     
    Public 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
    See Also