ComponentOne Xamarin.Android
DrawableHotspotChanged Method (C1PolygonIcon)


C1.Android.Core Assembly > C1.Android.Core Namespace > C1PolygonIcon Class : DrawableHotspotChanged Method
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 C1PolygonIcon
Dim x As Single
Dim y As Single
 
instance.DrawableHotspotChanged(x, y)
[Android.Runtime.Register("drawableHotspotChanged", 
   "(FF)V", 
   "GetDrawableHotspotChanged_FFHandler", 
   ApiSince=21)]
public virtual void DrawableHotspotChanged( 
   float x,
   float y
)

Parameters

x
y
See Also

Reference

C1PolygonIcon Class
C1PolygonIcon Members