Click or drag to resize

LineD2DP0 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 PointD2D P0 { get; }

Property Value

PointD2D
The starting point of the line.
See Also