CSJ2K.j2k.image.ImgDataJoiner.getCompImgWidth C# (CSharp) Method

getCompImgWidth() public method

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. /// ///
return int
        public virtual int getCompImgWidth(int c)
        {
            return imageData[c].getCompImgWidth(compIdx[c]);
        }