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

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

    Parameters

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