IRenderer.

Paint(Rect) Method

Summary

Called when a paint notification is received by the control being rendered.
Namespace
Avalonia.Rendering
Containing Type
IRenderer

Syntax

void Paint(Rect rect)

Parameters

Name Type Description
rect Rect The dirty rectangle.

Return Value

Type Description
void