SFML.Net
RenderWindowSetActive Method (Boolean) |
Activate of deactivate the window as the current target
for rendering
Namespace: SFML.Graphics
Assembly: sfmlnet-graphics-2 (in sfmlnet-graphics-2.dll) Version: 2.2.0.0 (2.2.0)

public override bool SetActive( bool active )
Public Overrides Function SetActive ( active As Boolean ) As Boolean
public: virtual bool SetActive( bool active ) override
abstract SetActive : active : bool -> bool override SetActive : active : bool -> bool
Parameters
- active
- Type: SystemBoolean
True to activate, false to deactivate (true by default)
Return Value
Type: BooleanTrue if operation was successful, false otherwise
