ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.wavelet.synthesis Namespace / MultiResImgData Interface / getTileCompHeight Method
The tile index.
The index of the component, from 0 to N-1.
The resolution level, from 0 to L.

In This Topic
    getTileCompHeight Method (MultiResImgData)
    In This Topic
    Returns the height in pixels of the specified tile-component for the given resolution level.
    Syntax
    'Declaration
     
    
    Function getTileCompHeight( _
       ByVal t As Integer, _
       ByVal c As Integer, _
       ByVal rl As Integer _
    ) As Integer
    int getTileCompHeight( 
       int t,
       int c,
       int rl
    )

    Parameters

    t
    The tile index.
    c
    The index of the component, from 0 to N-1.
    rl
    The resolution level, from 0 to L.

    Return Value

    The height in pixels of component c in tile t.
    See Also