Method DrawOuterBoundary | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
DrawOuterBoundary(LineCanvas, LineStyle, Attribute?)
Draws the outer perimeter of the region to lineCanvas
using style
andattribute
. The outer perimeter follows the shape of the rectangles in the region, even if non-rectangular, by drawing boundaries and excluding internal lines.
public void DrawOuterBoundary(LineCanvas lineCanvas, LineStyle style, Attribute? attribute = null)
Parameters
lineCanvas
LineCanvas
The LineCanvas 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
.