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

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

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. /// ///
Результат int
        public virtual int getTileCompWidth(int t, int c)
        {
            return imageData[c].getTileCompWidth(t, compIdx[c]);
        }