Method GetClip | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
GetClip()
Gets the current Clip region.
public static Region? GetClip()
Returns
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.