IWindowImpl.

Resize(Size) Method

Summary

Sets the client size of the top level.
Namespace
Avalonia.Platform
Containing Type
IWindowImpl

Syntax

void Resize(Size clientSize)

Parameters

Name Type Description
clientSize Size

Return Value

Type Description
void