Method DrawFrame | Terminal.Gui v1 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
DrawFrame(Rect, int, bool)
Draws a frame in the current view, clipped by the boundary of this view
public void DrawFrame(Rect region, int padding = 0, bool fill = false)
Parameters
region
Rect
View-relative region for the frame to be drawn.
padding
int
The padding to add around the outside of the drawn frame.
fill
bool
If set to true it fill will the contents.