ComponentOne PDF for .NET
CSJ2K.j2k.roi Namespace / ROIDeScaler Class / nextTile Method

In This Topic
    nextTile Method (ROIDeScaler)
    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 changes the tile in the source.

    Syntax
    'Declaration
     
    
    Public Overridable Sub nextTile() 
    public virtual void nextTile()
    See Also