Click or drag to resize

PointD2DAnnotatedDeconstruct Method

Deconstructs is instance.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.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