ComponentOne PDF for .NET
CSJ2K.j2k.codestream.reader Namespace / BitstreamReaderAgent Class / getTile Method
If not null this object is used to return the information. If null a new one is created and returned.

In This Topic
    getTile Method (BitstreamReaderAgent)
    In This Topic
    Returns the indexes of the current tile. These are the horizontal and vertical indexes of the current tile.
    Syntax
    'Declaration
     
    
    Public Function getTile( _
       ByVal co As Coord _
    ) As Coord
    public Coord getTile( 
       Coord co
    )

    Parameters

    co
    If not null this object is used to return the information. If null a new one is created and returned.

    Return Value

    The current tile's indexes (vertical and horizontal indexes).
    See Also