Table of Contents

Delegate WindowRenderer.BufferPaintDelegate

Namespace
SharpConsoleUI.Windows
Assembly
SharpConsoleUI.dll

Delegate for buffer painting events.

public delegate void WindowRenderer.BufferPaintDelegate(CharacterBuffer buffer, LayoutRect dirtyRegion, LayoutRect clipRect)

Parameters

buffer CharacterBuffer

The character buffer to paint to.

dirtyRegion LayoutRect

The region being painted (or full bounds if entire buffer).

clipRect LayoutRect

The clipping rectangle used during paint.