ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.image.forwcomptransf Namespace / ForwCompTransf Class / getInternCompData Method
Determines the rectangular area to return.
Index of the output component.

In This Topic
    getInternCompData Method (ForwCompTransf)
    In This Topic
    Apply the 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 (forwRCT or forwICT).
    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