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