ComponentOne Gauges for WinForms
GetItemAt Method

C1.Win.C1Gauge.4 Assembly > C1.Win.C1Gauge Namespace > C1Gauge Class : GetItemAt Method
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

Reference

C1Gauge Class
C1Gauge Members