Window.SetActive Method

SFML.Net

WindowSetActive Method
Activate the window as the current target for rendering

Namespace: SFML.Window
Assembly: sfmlnet-window-2 (in sfmlnet-window-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public virtual bool SetActive()
Public Overridable Function SetActive As Boolean
public:
virtual bool SetActive()
abstract SetActive : unit -> bool 
override SetActive : unit -> bool 

Return Value

Type: Boolean
True if operation was successful, false otherwise
See Also