Skip to main content

Deconstruct Method

Deconstructs the size into its Width and Height values.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public void Deconstruct(
out double width,
out double height
)

Parameters

  Double
The width.
  Double
The height.

See Also

Reference

Size Structure
Avalonia Namespace