getCPtr() static private method

static private getCPtr ( MgView obj ) : HandleRef
obj MgView
return System.Runtime.InteropServices.HandleRef
Example #1
0
        public int getSelectionForChange(MgView view, Shapes shapes)
        {
            int ret = touchvgPINVOKE.MgSelection_getSelectionForChange(swigCPtr, MgView.getCPtr(view), Shapes.getCPtr(shapes));

            if (touchvgPINVOKE.SWIGPendingException.Pending)
            {
                throw touchvgPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #2
0
        public virtual int getSelectType(MgView view)
        {
            int ret = touchvgPINVOKE.MgSelection_getSelectType(swigCPtr, MgView.getCPtr(view));

            return(ret);
        }
Example #3
0
        public virtual MgSelState getSelectState(MgView view)
        {
            MgSelState ret = (MgSelState)touchvgPINVOKE.MgSelection_getSelectState(swigCPtr, MgView.getCPtr(view));

            return(ret);
        }
Example #4
0
        public int getSelectionCount(MgView view)
        {
            int ret = touchvgPINVOKE.MgSelection_getSelectionCount(swigCPtr, MgView.getCPtr(view));

            return(ret);
        }
Example #5
0
        public virtual bool isSelectedByType(MgView view, int type)
        {
            bool ret = touchvgPINVOKE.MgSelection_isSelectedByType(swigCPtr, MgView.getCPtr(view), type);

            return(ret);
        }
Example #6
0
        public virtual bool isEditMode(MgView view)
        {
            bool ret = touchvgPINVOKE.MgSelection_isEditMode(swigCPtr, MgView.getCPtr(view));

            return(ret);
        }
Example #7
0
        public virtual bool isFixedLength(MgView view)
        {
            bool ret = touchvgPINVOKE.MgSelection_isFixedLength(swigCPtr, MgView.getCPtr(view));

            return(ret);
        }
Example #8
0
        public virtual bool dynamicChangeEnded(MgView view, bool apply)
        {
            bool ret = touchvgPINVOKE.MgCmdManager_dynamicChangeEnded(swigCPtr, MgView.getCPtr(view), apply);

            return(ret);
        }