RenderWindow.Clear Method

SFML.Net

RenderWindowClear Method
Clear the entire window with black color

Namespace: SFML.Graphics
Assembly: sfmlnet-graphics-2 (in sfmlnet-graphics-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public void Clear()
Public Sub Clear
public:
virtual void Clear() sealed
abstract Clear : unit -> unit 
override Clear : unit -> unit 

Implements

RenderTargetClear
See Also