IWindowImpl.

BeginResizeDrag(WindowEdge, PointerPressedEventArgs) Method

Summary

Starts resizing a window. This function is used if an application has window resizing controls. Should be called from left mouse button press event handler
Namespace
Avalonia.Platform
Containing Type
IWindowImpl

Syntax

void BeginResizeDrag(WindowEdge edge, PointerPressedEventArgs e)

Parameters

Name Type Description
edge WindowEdge
e PointerPressedEventArgs

Return Value

Type Description
void