Click or drag to resize

ScanDirection Enumeration

Direction of the scan line.

Namespace: RAYLASE.Marker.Profile.Model
Assembly: RAYLASE.Marker.Profile (in RAYLASE.Marker.Profile.dll) Version: 2.19.0
Syntax
C#
public enum ScanDirection
Members
Member nameValueDescription
Horizontal0 Horizontal direction, bottom to top.
HorizontalInverted1 Horizontal direction, top to bottom.
Vertical2 Vertical direction, left to right.
VerticalInverted3 Vertical direction, right to left.
See Also