Skip to content

ImageOrientation Enumeration#

Defines the vertical orientation of an image in memory.

Syntax#

C#

public enum ImageOrientation

VB

Public Enumeration ImageOrientation

Members#

Member nameValueDescription
TopDown0The pixel data buffer starts with the first row of the image. This is the default image orientation for images retrieved from a camera.
BottomUp1The pixel data buffer starts with the last row of the image.

Reference#

Basler.Pylon Namespace