ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.entropy.encoder Namespace / StdEntropyCoder Class / nextTile Method

In This Topic
    nextTile Method (StdEntropyCoder)
    In This Topic
    Advances to the next tile, in standard scan-line order (by rows then columns). An NoNextElementException is thrown if the current tile is the last one (i.e. there is no next tile).

    This default implementation just advances to the next tile in the source.

    Syntax
    'Declaration
     
    
    Public Overrides Sub nextTile() 
    public override void nextTile()
    See Also