Exemple #1
0
        public int getSelection(MgView view, ConstShapes shapes)
        {
            int ret = touchvgPINVOKE.MgSelection_getSelection(swigCPtr, MgView.getCPtr(view), ConstShapes.getCPtr(shapes));

            if (touchvgPINVOKE.SWIGPendingException.Pending)
            {
                throw touchvgPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(ConstShapes obj)
 {
     return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }
Exemple #3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(ConstShapes obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Exemple #4
0
 public int getSelection(MgView view, ConstShapes shapes)
 {
     int ret = touchvgPINVOKE.MgSelection_getSelection(swigCPtr, MgView.getCPtr(view), ConstShapes.getCPtr(shapes));
     if (touchvgPINVOKE.SWIGPendingException.Pending) throw touchvgPINVOKE.SWIGPendingException.Retrieve();
     return ret;
 }