ILineProfilerViewUpdateLine Method |
Sets the start and endpoint of the scan line.
Namespace: RAYLASE.Marker.Device.DistanceSensorAssembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.26.1
Syntaxvoid 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