PointD3DPointD2DWithoutZ Property |
Gets a 2D point with X and Y the same as this point, but without the z-component.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public PointD2D PointD2DWithoutZ { get; }
Property Value
PointD2D
2D point with X and Y the same as this point, but without the z-component.
See Also