ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.wavelet.synthesis Namespace / MultiResImgData Interface / getCompImgHeight Method
The resolution level, from 0 to L.

In This Topic
    getCompImgHeight Method (MultiResImgData)
    In This Topic
    Returns the height in pixels of the specified component in the overall image, for the given resolution level.
    Syntax
    'Declaration
     
    
    Function getCompImgHeight( _
       ByVal n As Integer, _
       ByVal rl As Integer _
    ) As Integer
    int getCompImgHeight( 
       int n,
       int rl
    )

    Parameters

    n
    rl
    The resolution level, from 0 to L.

    Return Value

    The height in pixels of component n in the overall image.
    See Also