TopLevel.

HandlePaint(Rect) Method

Summary

Handles a paint notification from Resized.
Namespace
Avalonia.Controls
Containing Type
TopLevel

Syntax

protected virtual void HandlePaint(Rect rect)

Parameters

Name Type Description
rect Rect The dirty area.

Return Value

Type Description
void