IRendererPaint Method

Called when a paint notification is received by the control being rendered.

Definition

Namespace: Avalonia.Rendering
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
void Paint(
	Rect rect
)

Parameters

rect  Rect
The dirty rectangle.

See Also