Click or drag to resize

BitmapMode Enumeration

Bitmap marking algorithm

Namespace: RAYLASE.Marker.Profile.Model
Assembly: RAYLASE.Marker.Profile (in RAYLASE.Marker.Profile.dll) Version: 2.19.0
Syntax
C#
public enum BitmapMode
Members
Member nameValueDescription
Sprint0 The scanner is accelerated to the currently specified MarkSpeed prior to the actual bitmap segment. Then it travels at constant velocity while simultaneously firing the laser with a power that corresponds to the pixel value as defined in the powerValues array.
PointAndShoot1 The scanner jumps to each non-empty pixel position in turn, fires N pulses at that position, and then moves on to the next pixel.
See Also