Size.

Deconstruct(double, double) Method

Summary

Deconstructs the size into its Width and Height values.
Namespace
Avalonia
Containing Type
Size

Syntax

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

Parameters

Name Type Description
width double The width.
height double The height.

Return Value

Type Description
void