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

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

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