Table of Contents

Enum GraphicsBackendType

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

Specifies the graphics backend used for rendering.

public enum GraphicsBackendType

Fields

Null = 2

Represents a null graphics backend which does not perform any rendering.

Other = 3

Other or unknown graphics backend.

SkiaSharp = 0

Uses the SkiaSharp graphics backend.

WxWidgets = 1

Uses the WxWidgets graphics backend.