RenderWindow.IsOpen Property

SFML.Net

RenderWindowIsOpen Property
Tell whether or not the window is opened (ie. has been created). Note that a hidden window (Show(false)) will still return true

Namespace: SFML.Graphics
Assembly: sfmlnet-graphics-2 (in sfmlnet-graphics-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public override bool IsOpen { get; }
Public Overrides ReadOnly Property IsOpen As Boolean
	Get
public:
virtual property bool IsOpen {
	bool get () override;
}
abstract IsOpen : bool with get
override IsOpen : bool with get

Return Value

Type: Boolean
True if the window is opened
See Also