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

In This Topic
    GetItemAt Method (C1Gauge)
    In This Topic
    Returns the topmost hit-testable Gauge item, such as a decorator or pointer, at the given location.
    Syntax
    'Declaration
     
    Public Function GetItemAt( _
       ByVal x As System.Integer, _
       ByVal y As System.Integer _
    ) As System.Object
    public System.object GetItemAt( 
       System.int x,
       System.int y
    )

    Parameters

    x
    y
    See Also