ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.wavelet Namespace / Subband Class / getSubbandByIdx Method
The resolution level.
The subband index, within the resolution level.

In This Topic
    getSubbandByIdx Method
    In This Topic
    Returns a subband element in the tree, given its resolution level and subband index. This method searches through the tree.
    Syntax
    'Declaration
     
    
    Public Overridable Function getSubbandByIdx( _
       ByVal rl As Integer, _
       ByVal sbi As Integer _
    ) As Subband
    public virtual Subband getSubbandByIdx( 
       int rl,
       int sbi
    )

    Parameters

    rl
    The resolution level.
    sbi
    The subband index, within the resolution level.
    See Also