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 = 0Direct2D does not produce any debugging output.
Error = 1Direct2D sends error messages to the debug layer.
Warning = 2Direct2D sends error messages and warnings to the debug layer.
Information = 3Direct2D sends error messages, warnings, and additional diagnostic information that can help improve performance to the debug layer.