Specifies the direction of the pixel scanning process.
Namespace:
Neodynamic.SDK.ImageDrawAssembly: Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll) Version: 3.0.2000.0 (3.0.2000.0)
Syntax
| C# |
|---|
public enum ScanDirection |
| Visual Basic (Declaration) |
|---|
Public Enumeration ScanDirection |
| Visual C++ |
|---|
public enum class ScanDirection |
Members
| Member name | Description | |
|---|---|---|
| All | ||
| LeftToRight | ||
| RightToLeft | ||
| TopToBottom | ||
| BottomToTop |