SizeDeconstruct Method

Deconstructs the size into its Width and Height values.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public void Deconstruct(
	out double width,
	out double height
)

Parameters

width  Double
The width.
height  Double
The height.

See Also