PointD2DAnnotated Conversion (PointD2DAnnotated to PointD2D) |
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static implicit operator PointD2D (
PointD2DAnnotated annotatedPoint
)
Parameters
- annotatedPoint PointD2DAnnotated
- The annotated point.
Return Value
PointD2D
The underlying 2D point.
See Also