CSJ2K.j2k.image.ImgDataJoiner.getCompImgWidth C# (CSharp) Метод

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

Returns the width in pixels of the specified component in the overall image.
public getCompImgWidth ( int c ) : int
c int The index of the component, from 0 to N-1. /// ///
Результат int
        public virtual int getCompImgWidth(int c)
        {
            return imageData[c].getCompImgWidth(compIdx[c]);
        }