Click or drag to resize

Line2 Constructor

Initializes a new instance of the Line2 class. Construct a Line2.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public Line2(
	Point2 p0,
	Point2 p1
)

Parameters

p0
Type: Karamba.GeometryPoint2
Starting point.
p1
Type: Karamba.GeometryPoint2
Endpoint.
See Also