VectorDeconstruct Method

Deconstructs the vector into its X and Y components.

Definition

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

Parameters

x  Double
The X component.
y  Double
The Y component.

See Also