Inheritance: MgBaseRect
Example #1
0
        public static MgRect create()
        {
            IntPtr cPtr = touchvgPINVOKE.MgRect_create();
            MgRect ret  = (cPtr == IntPtr.Zero) ? null : new MgRect(cPtr, false);

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