Click or drag to resize

Line Constructor (Point, Point)

[This is preliminary documentation and is subject to change.]

Create a new line using the given start and end point

Namespace:  Infrastructure.Geometry.Curves
Assembly:  Infrastructure.Geometry (in Infrastructure.Geometry.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public Line(
	Point start,
	Point end
)

Parameters

start
Type: Infrastructure.GeometryPoint
The start point of the line
end
Type: Infrastructure.GeometryPoint
The end point of the line
See Also