Texture.Update Method (Window)

SFML.Net

TextureUpdate Method (Window)
Update a texture from the contents of a window

Namespace: SFML.Graphics
Assembly: sfmlnet-graphics-2 (in sfmlnet-graphics-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public void Update(
	Window window
)
Public Sub Update ( 
	window As Window
)
public:
void Update(
	Window^ window
)
member Update : 
        window : Window -> unit 

Parameters

window
Type: SFML.WindowWindow
Window to copy to the texture
See Also