Method OnDrawingText | Terminal.Gui v2 (original) (raw)
Table of Contents
Namespace
Assembly
Terminal.Gui.dll
OnDrawingText(DrawContext?)
Called when the Text of the View is to be drawn.
protected virtual bool OnDrawingText(DrawContext? context)
Parameters
context
DrawContext
The draw context to report drawn areas to.
Returns
true to stop further drawing of Text.
OnDrawingText()
Called when the Text of the View is to be drawn.
protected virtual bool OnDrawingText()