Click or drag to resize

FoundLine(PointF, PointF, dvec3) Constructor

Constructs a line using two points of type System.Drawing.PointF.

Namespace: RAYLASE.Marker.JobElement.ImageProcessing
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.20.0
Syntax
C#
public FoundLine(
	PointF p1,
	PointF p2,
	dvec3 roiCenter
)

Parameters

p1  PointF
The first point.
p2  PointF
The second point.
roiCenter  dvec3
The center of the region of interest the line has been found in.
See Also