Пример #1
0
 public static void SetPanGestureProperties(PanGesture pan)
 {
     Interop.PanGestureDetector.SetPanGestureProperties(PanGesture.getCPtr(pan));
     if (NDalicPINVOKE.SWIGPendingException.Pending)
     {
         throw NDalicPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public void Emit(View arg1, PanGesture arg2)
 {
     Interop.PanGestureDetector.PanGestureDetectedSignalEmit(swigCPtr, View.getCPtr(arg1), PanGesture.getCPtr(arg2));
     if (NDalicPINVOKE.SWIGPendingException.Pending)
     {
         throw NDalicPINVOKE.SWIGPendingException.Retrieve();
     }
 }