Click or drag to resize

ILineProfilerViewUpdateLine Method

Sets the start and endpoint of the scan line.

Namespace: RAYLASE.Marker.Device.DistanceSensor
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.26.1
Syntax
C#
void UpdateLine(
	dvec2 start,
	dvec2 end
)

Parameters

start  dvec2
Start of the scan line in field coordinates.
end  dvec2
End of the scan line in field coordinates.
See Also