IWindowImpl.

BeginMoveDrag(PointerPressedEventArgs) Method

Summary

Starts moving a window with left button being held. Should be called from left mouse button press event handler.
Namespace
Avalonia.Platform
Containing Type
IWindowImpl

Syntax

void BeginMoveDrag(PointerPressedEventArgs e)

Parameters

Name Type Description
e PointerPressedEventArgs

Return Value

Type Description
void