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

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

Returns the vertical coordinate of the upper-left corner of the specified component in the current tile.
public getCompULY ( int c ) : int
c int The component index. /// ///
Результат int
        public virtual int getCompULY(int c)
        {
            return 0;
        }