Point.

Deconstruct(double, double) Method

Summary

Deconstructs the point into its X and Y coordinates.
Namespace
Avalonia
Containing Type
Point

Syntax

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

Parameters

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

Return Value

Type Description
void