AForge.Imaging.Filters.VerticalRunLengthSmoothing.VerticalRunLengthSmoothing C# (CSharp) Метод

VerticalRunLengthSmoothing() публичный Метод

Initializes a new instance of the VerticalRunLengthSmoothing class.
public VerticalRunLengthSmoothing ( int maxGapSize ) : System
maxGapSize int Maximum gap size to fill (see ).
Результат System
        public VerticalRunLengthSmoothing( int maxGapSize )
            : this( )
        {
            MaxGapSize = maxGapSize;
        }

Same methods

VerticalRunLengthSmoothing::VerticalRunLengthSmoothing ( ) : System