public void Emit(View arg1, RotationGesture arg2)
 {
     Interop.RotationGesture.RotationGestureDetectedSignalEmit(SwigCPtr, View.getCPtr(arg1), RotationGesture.getCPtr(arg2));
     if (NDalicPINVOKE.SWIGPendingException.Pending)
     {
         throw NDalicPINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #2
0
        internal static RotationGesture GetRotationGestureFromPtr(global::System.IntPtr cPtr)
        {
            RotationGesture ret = new RotationGesture(cPtr, false);

            if (NDalicPINVOKE.SWIGPendingException.Pending)
            {
                throw NDalicPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
예제 #3
0
        internal static RotationGesture GetRotationGestureFromPtr(global::System.IntPtr cPtr)
        {
            RotationGesture ret = Registry.GetManagedBaseHandleFromNativePtr(cPtr) as RotationGesture;

            if (ret == null)
            {
                ret = new RotationGesture(cPtr, false);
            }
            if (NDalicPINVOKE.SWIGPendingException.Pending)
            {
                throw NDalicPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
예제 #4
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(RotationGesture obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }