Exemplo n.º 1
0
        public void GetDisplaySurfaceData(DxgiSurface destination)
        {
            if (destination == null)
            {
                throw new ArgumentNullException("destination");
            }

            this.output.GetDisplaySurfaceData(destination.GetHandle <IDxgiSurface>());
        }
Exemplo n.º 2
0
        public void GetDisplaySurfaceData(DxgiSurface destination)
        {
            if (destination == null)
            {
                throw new ArgumentNullException("destination");
            }

            this.output.GetDisplaySurfaceData(destination.GetHandle<IDxgiSurface>());
        }