CSJ2K.j2k.image.Tiler.getCompULX C# (CSharp) Method

getCompULX() public method

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. /// ///
return int
        public override int getCompULX(int c)
        {
            return tcx0[c];
        }