ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.entropy.encoder Namespace / EntropyCoder Class / getCBlkHeight Method
The tile index
the component index

In This Topic
    getCBlkHeight Method (EntropyCoder)
    In This Topic
    Returns the code-block height for the specified tile and component.
    Syntax
    'Declaration
     
    
    Public MustOverride Function getCBlkHeight( _
       ByVal t As Integer, _
       ByVal c As Integer _
    ) As Integer
    public abstract int getCBlkHeight( 
       int t,
       int c
    )

    Parameters

    t
    The tile index
    c
    the component index

    Return Value

    The code-block height for the specified tile and component
    See Also