Example #1
0
        public virtual MgActionDispatcher getAction()
        {
            IntPtr             cPtr = touchvgPINVOKE.MgView_getAction(swigCPtr);
            MgActionDispatcher ret  = (cPtr == IntPtr.Zero) ? null : new MgActionDispatcher(cPtr, false);

            return(ret);
        }
 internal static HandleRef getCPtr(MgActionDispatcher obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Example #3
0
 internal static HandleRef getCPtr(MgActionDispatcher obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }