ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.wavelet.synthesis Namespace / MultiResImgData Interface / getResULY Method
The component index.
The resolution level index.

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

    Parameters

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