Texture.Update Method (RenderWindow)

SFML.Net

TextureUpdate Method (RenderWindow)
Update a texture from the contents of a render-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(
	RenderWindow window
)
Public Sub Update ( 
	window As RenderWindow
)
public:
void Update(
	RenderWindow^ window
)
member Update : 
        window : RenderWindow -> unit 

Parameters

window
Type: SFML.GraphicsRenderWindow
Render-window to copy to the texture
See Also