Method DrawText | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
DrawText(GraphView, int, int)
Draws the Text at the given coordinates with truncation to avoid spilling over of the graph
protected void DrawText(GraphView graph, int x, int y)
Parameters
graph
GraphView
x
int
Screen x position to start drawing string
y
int
Screen y position to start drawing string