コンテンツにスキップ

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#

 名前説明
Public methodPLPixelDataConverter.OutputOrientationEnum Initializes a new instance of the PLPixelDataConverter.OutputOrientationEnum class
 

プロパティ#

 名前説明
Public propertyBottomUp

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

Public property名前 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.

 

方法#

 名前説明
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.