Table of Contents

Enum LayerOptions1

Namespace
SharpDX.Direct2D1
Assembly
SharpDX.Direct2D1.dll
[Flags]
public enum LayerOptions1

Fields

IgnoreAlpha = 2

The layer is always created as ignore alpha. All content rendered into the layer will be treated as opaque.

InitializeFromBackground = 1

The layer is not cleared to transparent black.

None = 0

Default layer behavior. A premultiplied layer target is pushed and its contents are cleared to transparent black.