ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.entropy.encoder Namespace / EBCOTRateAllocator Class / writeLyResCompPos 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.
Index of the last layer.

In This Topic
    writeLyResCompPos Method
    In This Topic
    Write a piece of bit stream according to the LY_RES_COMP_POS_PROG progression mode and between given bounds
    Syntax
    'Declaration
     
    
    Public Overridable Sub writeLyResCompPos( _
       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 writeLyResCompPos( 
       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
    Index of the last layer.
    See Also