Gets or sets 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 ScanDirection ScanDirection { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property ScanDirection As ScanDirection |
| Visual C++ |
|---|
public: property ScanDirection ScanDirection { ScanDirection get (); void set (ScanDirection value); } |