IWindowImplBeginResizeDrag Method
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.PlatformAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
void BeginResizeDrag(
WindowEdge edge,
PointerPressedEventArgs e
)
Sub BeginResizeDrag (
edge As WindowEdge,
e As PointerPressedEventArgs
)
abstract BeginResizeDrag :
edge : WindowEdge *
e : PointerPressedEventArgs -> unit
Parameters
- edge WindowEdge
-
- e PointerPressedEventArgs
-