PLPixelDataConverter.OutputOrientationEnum Class#
Visibility: Beginner
Inheritance Hierarchy#
System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLPixelDataConverter.OutputOrientationEnum
Constructors#
| Name | Description | |
|---|---|---|
|  | PLPixelDataConverter.OutputOrientationEnum | Initializes a new instance of the PLPixelDataConverter.OutputOrientationEnum class | 
Properties#
| Name | Description | |
|---|---|---|
|  | BottomUp | The last row of the image is located at the start of the image buffer. | 
|  | Name | The full name of OutputOrientation (Overrides ParameterListEnum.Name.) | 
|  | TopDown | The first row of the image is located at the start of the image buffer. | 
|  | Unchanged | The orientation of the image remains the same. The orientation is taken from the source image. | 
Methods#
| Name | Description | |
|---|---|---|
|  | ToString | 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.