public IOutputWindow XCreateOutputWindow(IOutputWindow.Settings settings)
    {
        global::System.IntPtr cPtr = IronSightEnginePINVOKE.IDirect3D_XCreateOutputWindow(swigCPtr, IOutputWindow.Settings.getCPtr(settings));
        IOutputWindow         ret  = (cPtr == global::System.IntPtr.Zero) ? null : new IOutputWindow(cPtr, false);

        return(ret);
    }
    public virtual Result CreateOutputWindow(IOutputWindow.Settings settings, SWIGTYPE_p_p_IOutputWindow wnd)
    {
        Result ret = new Result(IronSightEnginePINVOKE.IDirect3D_CreateOutputWindow(swigCPtr, IOutputWindow.Settings.getCPtr(settings), SWIGTYPE_p_p_IOutputWindow.getCPtr(wnd)), true);

        //
        if (IronSightEnginePINVOKE.SWIGPendingException.Pending)
        {
            throw IronSightEnginePINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }