Method GetClip | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

GetClip()

Gets the current Clip region.

public static Region? GetClip()

Returns

Region

The current Clip.

Remarks

There is a single clip region for the entire application.

This method returns the current clip region, not a clone. If there is a need to modify the clip region, clone it first.

Edit this page