LineSegmentCalculatePointsOnLine Method

CVB.Net Documentation
Calculates all the points on this line.

Namespace:  Stemmer.Cvb.Geometry2D
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public Point2D[] CalculatePointsOnLine()

Return Value

Type: Point2D
Array containing the points on this line.
Remarks

Uses the Bresenham algorithm to calculate the points on this segment.
See Also

Reference