Constructor TextView | Terminal.Gui v1 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
TextView(Rect)
Initializes a TextView on the specified area, with absolute position and size.
public TextView(Rect frame)
Parameters
frame
Rect
TextView()
Initializes a TextView on the specified area, with dimensions controlled with the X, Y, Width and Height properties.
public TextView()