ComponentOne PDF for .NET
CSJ2K.j2k.wavelet.synthesis Namespace / CBlkWTDataSrcDec Interface / getTileCompWidth Method
Tile index
The index of the component, from 0 to N-1.
The resolution level, from 0 to L.

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

    Parameters

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

    Return Value

    The width in pixels of component c in tile t for resolution rl.
    See Also