ComponentOne PDF for .NET
CSJ2K.j2k.wavelet.analysis Namespace / ForwardWT Class / getNumTiles Method / getNumTiles() Method

In This Topic
    getNumTiles() Method
    In This Topic
    Returns the total number of tiles in the image.

    This default implementation returns the value of the source.

    Syntax
    'Declaration
     
    
    Public Overloads Overridable Function getNumTiles() As Integer
    public virtual int getNumTiles()

    Return Value

    The total number of tiles in the image.
    See Also