Table of Contents

Method Draw

Namespace
Terminal.Gui.Tracing
Assembly
Terminal.Gui.dll

Draw(string?, string, string?, string)

Traces a draw operation.

[Conditional("DEBUG")]
public static void Draw(string? id, string phase, string? message = null, string method = "")

Parameters

id string

An identifying string for the trace.

phase string

The phase of the draw operation (e.g., "Start", "End", "Adornments", "SubViews", "Text", "Content").

message string

Optional additional context.

method string

Automatically captured caller method name.