ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.codestream.reader Namespace / BitstreamReaderAgent Class / setTile Method
The horizontal indexes the tile.
The vertical indexes of the new tile.

In This Topic
    setTile Method (BitstreamReaderAgent)
    In This Topic
    Changes the current tile, given the new indexes. An IllegalArgumentException is thrown if the indexes do not correspond to a valid tile.
    Syntax
    'Declaration
     
    
    Public MustOverride Sub setTile( _
       ByVal x As Integer, _
       ByVal y As Integer _
    ) 
    public abstract void setTile( 
       int x,
       int y
    )

    Parameters

    x
    The horizontal indexes the tile.
    y
    The vertical indexes of the new tile.
    See Also