Table of Contents

Method ClipToBounds

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

ClipToBounds()

Sets the ConsoleDriver's clip region to the current View's Bounds.

public Rect ClipToBounds()

Returns

Rect

The existing driver's clip region, which can be then re-applied by setting Driver.Clip (Clip).

Remarks

Bounds is View-relative.