ComponentOne PDF for .NET
CSJ2K.j2k.image.invcomptransf Namespace / InvCompTransf Class / getInternCompData Method
Determines the rectangular area to return.
Index of the output component.

In This Topic
    getInternCompData Method (InvCompTransf)
    In This Topic
    Apply the inverse component transformation associated with the current tile. If no component transformation has been requested by the user, data are not modified. Else, appropriate method is called (invRCT or invICT).
    Syntax
    'Declaration
     
    
    Public Overridable Function getInternCompData( _
       ByVal blk As DataBlk, _
       ByVal c As Integer _
    ) As DataBlk
    public virtual DataBlk getInternCompData( 
       DataBlk blk,
       int c
    )

    Parameters

    blk
    Determines the rectangular area to return.
    c
    Index of the output component.

    Return Value

    The requested DataBlk
    See Also