public static MgImageShape create() { IntPtr cPtr = touchvgPINVOKE.MgImageShape_create(); MgImageShape ret = (cPtr == IntPtr.Zero) ? null : new MgImageShape(cPtr, false); return(ret); }
internal static HandleRef getCPtr(MgImageShape obj) { return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr; }
internal static HandleRef getCPtr(MgImageShape obj) { return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr); }