Skip to content

PLPixelDataConverter.OutputOrientationEnum Class#

Sets the vertical orientation of the output image in the buffer.

Visibility: Beginner

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLPixelDataConverter.OutputOrientationEnum

Constructors#

 NameDescription
Public methodPLPixelDataConverter.OutputOrientationEnum Initializes a new instance of the PLPixelDataConverter.OutputOrientationEnum class
 

Properties#

 NameDescription
Public propertyBottomUp

The last row of the image is located at the start of the image buffer.

Public propertyName The full name of OutputOrientation (Overrides ParameterListEnum.Name.)
Public propertyTopDown

The first row of the image is located at the start of the image buffer.

Public propertyUnchanged

The orientation of the image remains the same. The orientation is taken from the source image.

 

Methods#

 NameDescription
Public methodToString The full name of OutputOrientation (Overrides Object.ToString()()()().)
 

PLPixelDataConverter.OutputOrientationEnum.ToString Method#

The full name of OutputOrientation

Return Value#

Type: String
Returns the full name of OutputOrientation

PLPixelDataConverter.OutputOrientationEnum Constructor#

Initializes a new instance of the PLPixelDataConverter.OutputOrientationEnum class

PLPixelDataConverter.OutputOrientationEnum.BottomUp Property#

The last row of the image is located at the start of the image buffer.

PLPixelDataConverter.OutputOrientationEnum.Name Property#

The full name of OutputOrientation

PLPixelDataConverter.OutputOrientationEnum.TopDown Property#

The first row of the image is located at the start of the image buffer.

PLPixelDataConverter.OutputOrientationEnum.Unchanged Property#

The orientation of the image remains the same. The orientation is taken from the source image.