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

In This Topic
    getTileCompWidth Method (Tiler)
    In This Topic
    Returns the width in pixels of the specified tile-component.
    Syntax
    'Declaration
     
    
    Public Overrides Function getTileCompWidth( _
       ByVal t As Integer, _
       ByVal c As Integer _
    ) As Integer
    public override int getTileCompWidth( 
       int t,
       int c
    )

    Parameters

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

    Return Value

    The width of specified tile-component.
    See Also