Exemplo n.º 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);
        }
Exemplo n.º 2
0
 internal static HandleRef getCPtr(ConstShapes obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
Exemplo n.º 3
0
 internal static HandleRef getCPtr(ConstShapes obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Exemplo n.º 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;
 }