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

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

Initializes a new instance of the SimpleSkeletonization class.
public SimpleSkeletonization ( byte bg, byte fg ) : System
bg byte Background pixel color.
fg byte Foreground pixel color.
Результат System
        public SimpleSkeletonization( byte bg, byte fg ) : this( )
        {
            this.bg = bg;
            this.fg = fg;
        }

Same methods

SimpleSkeletonization::SimpleSkeletonization ( ) : System