internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_D3D11_VIEWPORT obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
    public virtual SWIGTYPE_p_D3D11_VIEWPORT GetViewport()
    {
        SWIGTYPE_p_D3D11_VIEWPORT ret = new SWIGTYPE_p_D3D11_VIEWPORT(IronSightEnginePINVOKE.IOutputWindow_GetViewport(swigCPtr), false);

        return(ret);
    }