Click or drag to resize

PointD2DAnnotatedDeconstruct Method

Deconstructs this instance into its 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,
	out int id
)

Parameters

x  Double
The x position of the point.
y  Double
The y position of the point.
id  Int32
The identifier of the point.
See Also