C1.Android.Gauge Assembly / C1.Android.Gauge Namespace / C1LinearGauge Class / DrawableHotspotChanged Method


In This Topic
DrawableHotspotChanged Method (C1LinearGauge)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("drawableHotspotChanged", 
   "(FF)V", 
   "GetDrawableHotspotChanged_FFHandler", 
   ApiSince=21)>
Public Overridable Sub DrawableHotspotChanged( _
   ByVal x As Single, _
   ByVal y As Single _
) 
 
'Usage
 
Dim instance As C1LinearGauge
Dim x As Single
Dim y As Single
 
instance.DrawableHotspotChanged(x, y)

Parameters

x
y
See Also