Command |
Marks a line of pixels from the current position to that described by the given relative co-ordinates, using the Point-And-Shoot algorithm.
public void AppendPointAndShootLineRel( double startX, double startY, double endX, double endY, IEnumerable<double> exposureTimes, ushort powerValue, PowerChannels powerTargetChannel = PowerChannels.Channel0 )
The exposure level can vary at each pixel position according to the specified pixel-levels.
In contrast to AppendBitmapLineAbs(Double, Double, Double, Double, IEnumerableUInt16, PowerChannels), the Point And Shoot algorithm is used when laser pulses are to be fired at each individual pixel position with the laser beam held stationary at that position.
Note that this command, unusually, requires the start-point as well as the end-point coordinates.