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

In This Topic
    getDecomp Method (ForwWTFull)
    In This Topic
    Returns the wavelet tree decomposition. Actually JPEG 2000 part 1 only supports WT_DECOMP_DYADIC decomposition.
    Syntax
    'Declaration
     
    
    Public Overrides Function getDecomp( _
       ByVal t As Integer, _
       ByVal c As Integer _
    ) As Integer
    public override int getDecomp( 
       int t,
       int c
    )

    Parameters

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

    Return Value

    The wavelet decomposition.
    See Also