Esempio n. 1
0
        public static MgGrid fromHandle(int h)
        {
            global::System.IntPtr cPtr = touchvgPINVOKE.MgGrid_fromHandle(h);
            MgGrid ret = (cPtr == global::System.IntPtr.Zero) ? null : new MgGrid(cPtr, false);

            return(ret);
        }
Esempio n. 2
0
        public static MgGrid cast(MgBaseShape obj)
        {
            global::System.IntPtr cPtr = touchvgPINVOKE.MgGrid_cast(MgBaseShape.getCPtr(obj));
            MgGrid ret = (cPtr == global::System.IntPtr.Zero) ? null : new MgGrid(cPtr, false);

            return(ret);
        }
Esempio n. 3
0
        public static MgGrid create()
        {
            global::System.IntPtr cPtr = touchvgPINVOKE.MgGrid_create();
            MgGrid ret = (cPtr == global::System.IntPtr.Zero) ? null : new MgGrid(cPtr, false);

            return(ret);
        }
Esempio n. 4
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(MgGrid obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Esempio n. 5
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(MgGrid obj)
 {
     return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }