ComponentOne PDF for .NET
CSJ2K.j2k.entropy Namespace / CBlkSizeSpec Class / setTileCompVal Method
Tie index
Component index

In This Topic
    setTileCompVal Method (CBlkSizeSpec)
    In This Topic
    Sets value for specified tile-component.
    Syntax
    'Declaration
     
    
    Public Overrides Sub setTileCompVal( _
       ByVal t As Integer, _
       ByVal c As Integer, _
       ByVal value_Renamed As Object _
    ) 
    public override void setTileCompVal( 
       int t,
       int c,
       object value_Renamed
    )

    Parameters

    t
    Tie index
    c
    Component index
    value_Renamed
    See Also