ComponentOne PDF for .NET
CSJ2K.j2k.image.forwcomptransf Namespace / ForwCompTransf Class / nextTile Method

In This Topic
    nextTile Method (ForwCompTransf)
    In This Topic
    Goes to the next tile, in standard scan-line order (by rows then by 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 and re-initializes properly component transformation variables.

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