Click or drag to resize

LineD2DGetPoints Method

Gets the points of the line as enumeration.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IEnumerable<PointD2D> GetPoints()

Return Value

IEnumerablePointD2D
Enumeration of the two points of this line.
See Also