CSJ2K.j2k.image.ImgDataJoiner.getCompULY C# (CSharp) Method

getCompULY() public method

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. /// ///
return int
        public virtual int getCompULY(int c)
        {
            return 0;
        }