ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.entropy.decoder Namespace / StdEntropyDecoder Class / getCodeBlock Method

In This Topic
    getCodeBlock Method (StdEntropyDecoder)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides Function getCodeBlock( _
       ByVal c As Integer, _
       ByVal m As Integer, _
       ByVal n As Integer, _
       ByVal sb As SubbandSyn, _
       ByVal cblk As DataBlk _
    ) As DataBlk
    public override DataBlk getCodeBlock( 
       int c,
       int m,
       int n,
       SubbandSyn sb,
       DataBlk cblk
    )

    Parameters

    c
    m
    n
    sb
    cblk
    See Also