ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.roi.encoder Namespace / ROIScaler Class / getAnSubbandTree Method
The index of the tile.
The index of the component.

In This Topic
    getAnSubbandTree Method (ROIScaler)
    In This Topic
    Returns a reference to the subband tree structure representing the subband decomposition for the specified tile-component.
    Syntax
    'Declaration
     
    
    Public Overridable Function getAnSubbandTree( _
       ByVal t As Integer, _
       ByVal c As Integer _
    ) As SubbandAn
    public virtual SubbandAn getAnSubbandTree( 
       int t,
       int c
    )

    Parameters

    t
    The index of the tile.
    c
    The index of the component.

    Return Value

    The subband tree structure, see SubbandAn.
    See Also