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

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

Returns the component subsampling factor in the horizontal direction, for the specified component. This is, approximately, the ratio of dimensions between the reference grid and the component itself, see the 'ImgData' interface desription for details.
public getCompSubsX ( int c ) : int
c int The index of the component (between 0 and N-1) /// ///
Результат int
        public virtual int getCompSubsX(int c)
        {
            return subsX[c];
        }