コンテンツにスキップ

PLPixelDataConverter.OutputBitAlignmentEnum Class#

Sets the alignment of the bits in the target pixel type if the target bit depth is greater than the source bit depth, e.g., if you are converting from a 10-bit to a 16-bit format.

Visibility: Beginner

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLPixelDataConverter.OutputBitAlignmentEnum

Constructors#

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

プロパティ#

 名前説明
Public propertyLsbAligned

Image data is aligned with the least significant bit.

Public propertyMsbAligned

Image data is aligned with the most significant bit.

Public property名前 The full name of OutputBitAlignment (Overrides ParameterListEnum.Name.)
 

方法#

 名前説明
Public methodToString The full name of OutputBitAlignment (Overrides Object.ToString()()()().)
 

PLPixelDataConverter.OutputBitAlignmentEnum.ToString Method#

The full name of OutputBitAlignment

Return Value#

Type: String
Returns the full name of OutputBitAlignment

PLPixelDataConverter.OutputBitAlignmentEnum Constructor#

Initializes a new instance of the PLPixelDataConverter.OutputBitAlignmentEnum class

PLPixelDataConverter.OutputBitAlignmentEnum.LsbAligned Property#

Image data is aligned with the least significant bit.

PLPixelDataConverter.OutputBitAlignmentEnum.MsbAligned Property#

Image data is aligned with the most significant bit.

PLPixelDataConverter.OutputBitAlignmentEnum.Name Property#

The full name of OutputBitAlignment