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

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

    Parameters

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

    Return Value

    The height of specified tile-component.
    See Also