ComponentOne PDF for .NET
CSJ2K.j2k.wavelet.analysis Namespace / ForwWTFull Class / 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.

    This default implementation returns the value of the source.

    Syntax
    'Declaration
     
    
    Public Overloads Overridable Function getNumTiles( _
       ByVal co As Coord _
    ) As Coord
    public virtual 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