C1.Android.Core Assembly / C1.Android.Core Namespace / C1VectorIcon Class / DispatchDrawableHotspotChanged Method


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

Parameters

x
y
See Also