VideoMode.IsValid Method

SFML.Net

VideoModeIsValid Method
Tell whether or not the video mode is supported

Namespace: SFML.Window
Assembly: sfmlnet-window-2 (in sfmlnet-window-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public bool IsValid()
Public Function IsValid As Boolean
public:
bool IsValid()
member IsValid : unit -> bool 

Return Value

Type: Boolean
True if the video mode is valid, false otherwise
See Also