ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.codestream.reader Namespace / BitstreamReaderAgent Class / getTileCompWidth Method
The tile index
The index of the component, from 0 to N-1.
The resolution level, from 0 to L.

In This Topic
    getTileCompWidth Method (BitstreamReaderAgent)
    In This Topic
    Returns the width in pixels of the specified tile-component for the given (tile-component) resolution level.
    Syntax
    'Declaration
     
    
    Public Function getTileCompWidth( _
       ByVal t As Integer, _
       ByVal c As Integer, _
       ByVal rl As Integer _
    ) As Integer
    public int getTileCompWidth( 
       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 width in pixels of component c in tile t for resolution level rl.
    See Also