Enum WebGPUWindowState
- Namespace
- SixLabors.ImageSharp.Drawing.Processing.Backends
- Assembly
- SixLabors.ImageSharp.Drawing.WebGPU.dll
Describes the startup or current state of a WebGPUWindow.
public enum WebGPUWindowState
Fields
Fullscreen = 3Opens in fullscreen mode and occupies the full display.
Maximized = 2Opens maximized to fill the normal desktop work area.
Minimized = 1Opens minimized to the taskbar or dock.
Normal = 0Opens as a normal restored window using its configured size.