IRenderRoot.

Invalidate(Rect) Method

Summary

Adds a rectangle to the window's dirty region.
Namespace
Avalonia.Rendering
Containing Type
IRenderRoot

Syntax

void Invalidate(Rect rect)

Parameters

Name Type Description
rect Rect The rectangle.

Return Value

Type Description
void