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

getTileCompWidth() public method

Returns the width in pixels of the specified tile-component
public getTileCompWidth ( int t, int c ) : int
t int Tile index /// ///
c int The index of the component, from 0 to N-1. /// ///
return int
        public virtual int getTileCompWidth(int t, int c)
        {
            return imageData[c].getTileCompWidth(t, compIdx[c]);
        }