CSJ2K.j2k.image.input.ImgReader.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;
        }