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

In This Topic
    getCBlkWidth Method (StdEntropyCoder)
    In This Topic
    Returns the code-block width for the specified tile and component.
    Syntax
    'Declaration
     
    
    Public Overrides Function getCBlkWidth( _
       ByVal t As Integer, _
       ByVal c As Integer _
    ) As Integer
    public override int getCBlkWidth( 
       int t,
       int c
    )

    Parameters

    t
    The tile index
    c
    the component index

    Return Value

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