private void SetRotationBehaviorHelper(InertiaRotationBehavior rot) { NoesisGUI_PINVOKE.ManipulationInertiaStartingEventArgs_SetRotationBehaviorHelper(swigCPtr, InertiaRotationBehavior.getCPtr(rot)); if (NoesisGUI_PINVOKE.SWIGPendingException.Pending) { throw NoesisGUI_PINVOKE.SWIGPendingException.Retrieve(); } }
private InertiaRotationBehavior GetRotationBehaviorHelper() { InertiaRotationBehavior ret = new InertiaRotationBehavior(NoesisGUI_PINVOKE.ManipulationInertiaStartingEventArgs_GetRotationBehaviorHelper(swigCPtr), false); if (NoesisGUI_PINVOKE.SWIGPendingException.Pending) { throw NoesisGUI_PINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
internal static HandleRef getCPtr(InertiaRotationBehavior obj) { return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr); }