private void SetTranslationBehaviorHelper(InertiaTranslationBehavior trans)
 {
     NoesisGUI_PINVOKE.ManipulationInertiaStartingEventArgs_SetTranslationBehaviorHelper(swigCPtr, InertiaTranslationBehavior.getCPtr(trans));
     if (NoesisGUI_PINVOKE.SWIGPendingException.Pending)
     {
         throw NoesisGUI_PINVOKE.SWIGPendingException.Retrieve();
     }
 }
        private InertiaTranslationBehavior GetTranslationBehaviorHelper()
        {
            InertiaTranslationBehavior ret = new InertiaTranslationBehavior(NoesisGUI_PINVOKE.ManipulationInertiaStartingEventArgs_GetTranslationBehaviorHelper(swigCPtr), false);

            if (NoesisGUI_PINVOKE.SWIGPendingException.Pending)
            {
                throw NoesisGUI_PINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
示例#3
0
 internal static HandleRef getCPtr(InertiaTranslationBehavior obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }