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

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