ComponentOne PDF for .NET
CSJ2K.j2k.quantization.dequantizer Namespace / StdDequantizer Class / getTileHeight Method
The resolution level, from 0 to L.

In This Topic
    getTileHeight Method (StdDequantizer)
    In This Topic
    Returns the overall height of the current tile in pixels, for the given resolution level. This is the tile's height without accounting for any component subsampling.

    This default implementation returns the value of the source.

    Syntax
    'Declaration
     
    
    Public Overridable Function getTileHeight( _
       ByVal rl As Integer _
    ) As Integer
    public virtual int getTileHeight( 
       int rl
    )

    Parameters

    rl
    The resolution level, from 0 to L.

    Return Value

    The total current tile's height in pixels.
    See Also