ComponentOne Xamarin.Android
DispatchDrawableHotspotChanged Method (C1BulletGraph)


C1.Android.Gauge Assembly > C1.Android.Gauge Namespace > C1BulletGraph Class : DispatchDrawableHotspotChanged Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("dispatchDrawableHotspotChanged", 
   "(FF)V", 
   "GetDispatchDrawableHotspotChanged_FFHandler", 
   ApiSince=22)>
Public Overridable Sub DispatchDrawableHotspotChanged( _
   ByVal x As Single, _
   ByVal y As Single _
) 
'Usage
 
Dim instance As C1BulletGraph
Dim x As Single
Dim y As Single
 
instance.DispatchDrawableHotspotChanged(x, y)
[Android.Runtime.Register("dispatchDrawableHotspotChanged", 
   "(FF)V", 
   "GetDispatchDrawableHotspotChanged_FFHandler", 
   ApiSince=22)]
public virtual void DispatchDrawableHotspotChanged( 
   float x,
   float y
)

Parameters

x
y
See Also

Reference

C1BulletGraph Class
C1BulletGraph Members