CSJ2K.j2k.codestream.reader.BitstreamReaderAgent.setTile C# (CSharp) Method

setTile() public abstract method

Changes the current tile, given the new indexes. An IllegalArgumentException is thrown if the indexes do not correspond to a valid tile.
public abstract setTile ( int x, int y ) : void
x int The horizontal indexes the tile. /// ///
y int The vertical indexes of the new tile. /// ///
return void
        public abstract void setTile(int x, int y);