ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.wavelet.analysis Namespace / ForwWT Interface / getDecomp Method
The tile index
The index of the component.

In This Topic
    getDecomp Method (ForwWT)
    In This Topic
    Returns the wavelet tree decomposition. Only WT_DECOMP_DYADIC is supported by JPEG 2000 part I.
    Syntax
    'Declaration
     
    
    Function getDecomp( _
       ByVal t As Integer, _
       ByVal c As Integer _
    ) As Integer
    int getDecomp( 
       int t,
       int c
    )

    Parameters

    t
    The tile index
    c
    The index of the component.

    Return Value

    The wavelet decomposition.
    See Also