Click or drag to resize

PointD2DDeconstruct Method

Deconstructs this point into its x and y components.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public void Deconstruct(
	out double x,
	out double y
)

Parameters

x  Double
The x component.
y  Double
The y component.
See Also