ImageOrientation Enumeration#
Syntax#
C#
VB
Members#
Member name | Value | Description | |
---|---|---|---|
TopDown | 0 | The pixel data buffer starts with the first row of the image. This is the default image orientation for images retrieved from a camera. | |
BottomUp | 1 | The pixel data buffer starts with the last row of the image. |