상속: MgBaseRect
예제 #1
0
파일: MgRect.cs 프로젝트: shuangyou/TouchVG
        public static MgRect create()
        {
            IntPtr cPtr = touchvgPINVOKE.MgRect_create();
            MgRect ret  = (cPtr == IntPtr.Zero) ? null : new MgRect(cPtr, false);

            return(ret);
        }
예제 #2
0
파일: MgRect.cs 프로젝트: vvhh2002/TouchVG
 internal static HandleRef getCPtr(MgRect obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
예제 #3
0
파일: MgRect.cs 프로젝트: shuangyou/TouchVG
 internal static HandleRef getCPtr(MgRect obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }