Method Draw
Draw()
Draws the view if it needs to be drawn.
public void Draw()
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.GuiV2Docs/docs/drawing.html.