Method Draw | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

Draw(DrawContext?)

Draws the view if it needs to be drawn.

public void Draw(DrawContext? context = null)

Parameters

context DrawContext

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.

Edit this page