CanvasDebugLevel Enumeration |
Indicates the type of information provided when the Direct2D Debug Layer is enabled.
Namespace:
Microsoft.Graphics.Canvas
Assembly:
Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax public enum CanvasDebugLevel
Members
| Member name | Value | Description |
---|
| None | 0 | No debugging output. |
| Error | 1 | Only error messages are output. |
| Warning | 2 | Error messages and warnings are output. |
| Information | 3 | Error messages, warnings, and additional diagnostic information that can help improve performance are output. |
See Also