Click or drag to resize

PointD2DAnnotated   Conversion (PointD2DAnnotated to PointD2D)

Performs an implicit conversion from PointD2DAnnotated to PointD2D.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static implicit operator PointD2D (
	PointD2DAnnotated annotatedPoint
)

Parameters

annotatedPoint  PointD2DAnnotated
The annotated point.

Return Value

PointD2D
The underlying 2D point.
See Also