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

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

ClipDrawnRegion(Rectangle)

Clips (intersects) the drawn region with the specified rectangle. This modifies the internal drawn region directly.

public void ClipDrawnRegion(Rectangle clipRect)

Parameters

clipRect Rectangle

The clipping rectangle.

ClipDrawnRegion(Region)

Clips (intersects) the drawn region with the specified region. This modifies the internal drawn region directly.

public void ClipDrawnRegion(Region clipRegion)

Parameters

clipRegion Region

The clipping region.