Table of Contents

Enum DebugLevel

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

Indicates the type of information provided by the Direct2D Debug Layer.
D2D1_DEBUG_LEVEL

public enum DebugLevel

Fields

None = 0

Direct2D does not produce any debugging output.

Error = 1

Direct2D sends error messages to the debug layer.

Warning = 2

Direct2D sends error messages and warnings to the debug layer.

Information = 3

Direct2D sends error messages, warnings, and additional diagnostic information that can help improve performance to the debug layer.