Click or drag to resize

LineD3DP0 Property

Gets the starting point of the line.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public PointD3D P0 { get; }

Property Value

PointD3D
The starting point of the line.
See Also