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

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