Ejemplo n.º 1
0
        public static MgDiamond create()
        {
            IntPtr    cPtr = touchvgPINVOKE.MgDiamond_create();
            MgDiamond ret  = (cPtr == IntPtr.Zero) ? null : new MgDiamond(cPtr, false);

            return(ret);
        }
Ejemplo n.º 2
0
 internal static HandleRef getCPtr(MgDiamond obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
Ejemplo n.º 3
0
 internal static HandleRef getCPtr(MgDiamond obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }