ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.codestream.reader Namespace / BitstreamReaderAgent Class / getResULY Method
The component index.
The resolution level index.

In This Topic
    getResULY Method (BitstreamReaderAgent)
    In This Topic
    Returns the vertical coordinate of the upper-left corner of the specified component in the given component of the current tile.
    Syntax
    'Declaration
     
    
    Public Function getResULY( _
       ByVal c As Integer, _
       ByVal rl As Integer _
    ) As Integer
    public int getResULY( 
       int c,
       int rl
    )

    Parameters

    c
    The component index.
    rl
    The resolution level index.
    See Also