Table of Contents

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 = 3

Opens in fullscreen mode and occupies the full display.

Maximized = 2

Opens maximized to fill the normal desktop work area.

Minimized = 1

Opens minimized to the taskbar or dock.

Normal = 0

Opens as a normal restored window using its configured size.