DeferredRenderer.

Paint(Rect) Method

Summary

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

Syntax

public void Paint(Rect rect)

Parameters

Name Type Description
rect Rect The dirty rectangle.

Return Value

Type Description
void