Method Draw
Draw(DrawContext?)
Draws the view if it needs to be drawn.
public void Draw(DrawContext? context = null)
Parameters
contextDrawContext
Remarks
The view will only be drawn if it is visible, and has any of NeedsDraw, SubViewNeedsDraw, or NeedsLayout set.
See the View Drawing Deep Dive for more information: https://gui-cs.github.io/Terminal.Gui/docs/drawing.html.