ComponentOne Xamarin.Android
RequestUnbufferedDispatch Method (C1PolygonIcon)


C1.Android.Core Assembly > C1.Android.Core Namespace > C1PolygonIcon Class : RequestUnbufferedDispatch Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("requestUnbufferedDispatch", 
   "(Landroid/view/MotionEvent;)V", 
   "", 
   ApiSince=21)>
Public Sub RequestUnbufferedDispatch( _
   ByVal e As Android.Views.MotionEvent _
) 
'Usage
 
Dim instance As C1PolygonIcon
Dim e As Android.Views.MotionEvent
 
instance.RequestUnbufferedDispatch(e)
[Android.Runtime.Register("requestUnbufferedDispatch", 
   "(Landroid/view/MotionEvent;)V", 
   "", 
   ApiSince=21)]
public void RequestUnbufferedDispatch( 
   Android.Views.MotionEvent e
)

Parameters

e
See Also

Reference

C1PolygonIcon Class
C1PolygonIcon Members