Vector.

Deconstruct(double, double) Method

Summary

Deconstructs the vector into its X and Y components.
Namespace
Avalonia
Containing Type
Vector

Syntax

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

Parameters

Name Type Description
x double The X component.
y double The Y component.

Return Value

Type Description
void