ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k Namespace / ModuleSpec Class / getTileCompVal Method
Tile index
Component index

In This Topic
    getTileCompVal Method
    In This Topic
    Gets value of specified tile-component. This method calls getSpec but has a public access.
    Syntax
    'Declaration
     
    
    Public Overridable Function getTileCompVal( _
       ByVal t As Integer, _
       ByVal c As Integer _
    ) As Object
    public virtual object getTileCompVal( 
       int t,
       int c
    )

    Parameters

    t
    Tile index
    c
    Component index

    Return Value

    The value of this tile-component (Must be casted before use)
    See Also