Click or drag to resize

LineD2DP1 Property

Gets the end 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 P1 { get; }

Property Value

PointD2D
The end point of the line.
See Also