Method DrawBoundaries | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
DrawBoundaries(LineCanvas, LineStyle, Attribute?)
Draws the boundaries of all rectangles in the region using the specified attributes, only if the rectangle is big enough.
public void DrawBoundaries(LineCanvas canvas, LineStyle style, Attribute? attribute = null)
Parameters
canvas
LineCanvas
The canvas to draw on.
style
LineStyle
The line style to use for drawing.
attribute
Attribute?
The attribute (color/style) to use for the lines. If null
.