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

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

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