Skip to content

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#

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

Properties#

 NameDescription
Public propertyLsbAligned

Image data is aligned with the least significant bit.

Public propertyMsbAligned

Image data is aligned with the most significant bit.

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

Methods#

 NameDescription
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