Skip to main content

Deconstruct Method

Deconstructs the vector into its X and Y components.

Definition

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

public void Deconstruct(
out double x,
out double y
)

Parameters

  Double
The X component.
  Double
The Y component.

See Also

Reference

Vector Structure
Avalonia Namespace