CSJ2K.Util.PortableImageSource.PortableImageSource C# (CSharp) Метод

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

public PortableImageSource ( int w, int h, int nc, int rb, bool sgnd, int comps ) : System
w int
h int
nc int
rb int
sgnd bool
comps int
Результат System
        public PortableImageSource(int w, int h, int nc, int rb, bool[] sgnd, int[][] comps)
        {
            this.w = w;
            this.h = h;
            this.nc = nc;
            this.rb = rb;
            this.sgnd = sgnd;
            this.comps = comps;
        }