CSJ2K.j2k.image.Tiler.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 override int getCompULX(int c)
        {
            return tcx0[c];
        }