Table of Contents

Enum MswPixelFormatDescriptorEnums.PixelLayerType

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

Specifies the layer type for a PIXELFORMATDESCRIPTOR.

public enum MswPixelFormatDescriptorEnums.PixelLayerType : byte

Fields

MainPlane = 0

The main drawing plane. This is the default and most commonly used layer.

OverlayPlane = 1

An overlay plane that appears above the main framebuffer. Used for layered rendering.

UnderlayPlane = 255

An underlay plane that appears beneath the main framebuffer. Rarely used.