IWindowImplGetWindowsZOrder Method
Fills zOrder with numbers that represent the relative order of the windows in the z-order.
The topmost window should have the highest number.
Both the windows and zOrder lists are expected to be the same length.
Namespace: Avalonia.PlatformAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
void GetWindowsZOrder(
Span<Window> windows,
Span<long> zOrder
)
Sub GetWindowsZOrder (
windows As Span(Of Window),
zOrder As Span(Of Long)
)
abstract GetWindowsZOrder :
windows : Span<Window> *
zOrder : Span<int64> -> unit
Parameters
- windows SpanWindow
- A span of windows to get their z-order
- zOrder SpanInt64
- Span to be filled with associated window z-order