IRendererResized Method

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

Definition

Namespace: Avalonia.Rendering
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
void Resized(
	Size size
)

Parameters

size  Size
The new size of the window.

See Also