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

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

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