예제 #1
0
파일: MgView.cs 프로젝트: shuangyou/TouchVG
        public virtual MgSelection getSelection()
        {
            IntPtr      cPtr = touchvgPINVOKE.MgView_getSelection(swigCPtr);
            MgSelection ret  = (cPtr == IntPtr.Zero) ? null : new MgSelection(cPtr, false);

            return(ret);
        }
예제 #2
0
 internal static HandleRef getCPtr(MgSelection obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
예제 #3
0
 internal static HandleRef getCPtr(MgSelection obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }