ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.image.input Namespace / ImgReader Class / getTileCompWidth Method
Tile index
The index of the component, from 0 to C-1.

In This Topic
    getTileCompWidth Method (ImgReader)
    In This Topic
    Returns the width in pixels of the specified tile-component. This default implementation assumes no tiling and no component subsampling (i.e., all components, or components, have the same dimensions in pixels).
    Syntax
    'Declaration
     
    
    Public Overridable Function getTileCompWidth( _
       ByVal t As Integer, _
       ByVal c As Integer _
    ) As Integer
    public virtual int getTileCompWidth( 
       int t,
       int c
    )

    Parameters

    t
    Tile index
    c
    The index of the component, from 0 to C-1.

    Return Value

    The width in pixels of component c in tilet.
    See Also