Skip to main content

Deconstruct Method

Deconstructs the point into its X and Y coordinates.

Definition

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

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

Parameters

  Double
The X coordinate.
  Double
The Y coordinate.

See Also

Reference

Point Structure
Avalonia Namespace