ComponentOne PDF for .NET
CSJ2K.j2k.image Namespace / ImgData Interface / getNumTiles Method / getNumTiles(Coord) Method
If not null this object is used to return the information. If null a new one is created and returned.

In This Topic
    getNumTiles(Coord) Method
    In This Topic
    Returns the number of tiles in the horizontal and vertical directions.
    Syntax
    'Declaration
     
    
    Overloads Function getNumTiles( _
       ByVal co As Coord _
    ) As Coord
    Coord getNumTiles( 
       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 number of tiles in the horizontal (Coord.x) and vertical (Coord.y) directions.
    See Also