CSJ2K.j2k.image.Tiler.getCompULY C# (CSharp) Méthode

getCompULY() public méthode

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. /// ///
Résultat int
        public override int getCompULY(int c)
        {
            return tcy0[c];
        }