ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.entropy.encoder Namespace / EBCOTRateAllocator Class / writeResPosCompLy Method
Tile index.
First resolution level index.
Last resolution level index.
First component index.
Last component index.
First layer index for each component and resolution.
Last layer index.

In This Topic
    writeResPosCompLy Method
    In This Topic
    Write a piece of bit stream according to the RES_POS_COMP_LY_PROG progression mode and between given bounds
    Syntax
    'Declaration
     
    
    Public Overridable Sub writeResPosCompLy( _
       ByVal t As Integer, _
       ByVal rs As Integer, _
       ByVal re As Integer, _
       ByVal cs As Integer, _
       ByVal ce As Integer, _
       ByVal lys() As Integer, _
       ByVal lye As Integer _
    ) 
    public virtual void writeResPosCompLy( 
       int t,
       int rs,
       int re,
       int cs,
       int ce,
       int[] lys,
       int lye
    )

    Parameters

    t
    Tile index.
    rs
    First resolution level index.
    re
    Last resolution level index.
    cs
    First component index.
    ce
    Last component index.
    lys
    First layer index for each component and resolution.
    lye
    Last layer index.
    See Also