PLPixelDataConverter.InconvertibleEdgeHandlingEnum Class#
Visibility: Beginner
Inheritance Hierarchy#
System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLPixelDataConverter.InconvertibleEdgeHandlingEnum
Constructors#
| Name | Description | |
|---|---|---|
![]()  | PLPixelDataConverter.InconvertibleEdgeHandlingEnum | Initializes a new instance of the PLPixelDataConverter.InconvertibleEdgeHandlingEnum class | 
Properties#
| Name | Description | |
|---|---|---|
![]()  | Clip |   Rows and columns that can't be converted are removed from the output image.  | 
![]()  | Extend |   Rows and columns that can't be converted are filled by extrapolating image data from neighboring rows and columns.  | 
![]()  | Name | The full name of InconvertibleEdgeHandling (Overrides ParameterListEnum.Name.) | 
![]()  | SetZero |   Rows and columns that can't be converted are set to zero.  | 
Methods#
| Name | Description | |
|---|---|---|
![]()  | ToString | The full name of InconvertibleEdgeHandling (Overrides Object.ToString()()()().) | 
PLPixelDataConverter.InconvertibleEdgeHandlingEnum.ToString Method#
The full name of InconvertibleEdgeHandling
Return Value#
Type: String
Returns the full name of InconvertibleEdgeHandling
PLPixelDataConverter.InconvertibleEdgeHandlingEnum Constructor#
Initializes a new instance of the PLPixelDataConverter.InconvertibleEdgeHandlingEnum class
PLPixelDataConverter.InconvertibleEdgeHandlingEnum.Clip Property#
Rows and columns that can't be converted are removed from the output image.
PLPixelDataConverter.InconvertibleEdgeHandlingEnum.Extend Property#
Rows and columns that can't be converted are filled by extrapolating image data from neighboring rows and columns.
PLPixelDataConverter.InconvertibleEdgeHandlingEnum.Name Property#
The full name of InconvertibleEdgeHandling
PLPixelDataConverter.InconvertibleEdgeHandlingEnum.SetZero Property#
Rows and columns that can't be converted are set to zero.

