Table of Contents

Enum WebGPUWindowBorder

Namespace
SixLabors.ImageSharp.Drawing.Processing.Backends
Assembly
SixLabors.ImageSharp.Drawing.WebGPU.dll

Describes the window border around a WebGPUWindow.

public enum WebGPUWindowBorder

Fields

Fixed = 1

Uses the normal decorated window frame but does not allow user resizing.

Hidden = 2

Hides the standard window border and title bar.

Resizable = 0

Uses the normal decorated window frame and allows the user to resize the window.