C1.Android.Chart Assembly / C1.Android.Chart.Annotation Namespace / AnnotationLayer Class / DispatchDrawableHotspotChanged Method


In This Topic
DispatchDrawableHotspotChanged Method (AnnotationLayer)
In This Topic
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 AnnotationLayer
Dim x As Single
Dim y As Single
 
instance.DispatchDrawableHotspotChanged(x, y)

Parameters

x
y
See Also