Line Constructor (Point2Dd, Point2Dd)

CVB.Net Documentation
Create a line object.

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

public Line(
	Point2Dd pt1,
	Point2Dd pt2
)

Parameters

pt1
Type: Stemmer.CvbPoint2Dd
first point the line is supposed to cross
pt2
Type: Stemmer.CvbPoint2Dd
second point the line is supposed to cross
See Also

Reference