Summary
Called when a resize notification is received by the control being rendered.
- Namespace
- Avalonia
.Rendering - Containing Type
- IRenderer
Syntax
void Resized(Size size)
Parameters
Name | Type | Description |
---|---|---|
size | Size | The new size of the window. |
Return Value
Type | Description |
---|---|
void |