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

In This Topic
    getCBlkHeight Method (StdEntropyCoder)
    In This Topic
    Returns the code-block height for the specified tile and component.
    Syntax
    'Declaration
     
    
    Public Overrides Function getCBlkHeight( _
       ByVal t As Integer, _
       ByVal c As Integer _
    ) As Integer
    public override 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