PointD2DAnnotatedDeconstruct Method |
Deconstructs is instance.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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