ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.image.forwcomptransf Namespace / ForwCompTransf Class / getCompData Method
Determines the rectangular area to return, and the data is returned in this object.
Index of the output component.

In This Topic
    getCompData Method (ForwCompTransf)
    In This Topic
    Apply forward component transformation associated with the current tile. If no component transformation has been requested by the user, data are not modified.

    This method calls the getInternCompData() method, but respects the definitions of the getCompData() method defined in the BlkImgDataSrc interface.

    Syntax
    'Declaration
     
    
    Public Overridable Function getCompData( _
       ByVal blk As DataBlk, _
       ByVal c As Integer _
    ) As DataBlk
    public virtual DataBlk getCompData( 
       DataBlk blk,
       int c
    )

    Parameters

    blk
    Determines the rectangular area to return, and the data is returned in this object.
    c
    Index of the output component.

    Return Value

    The requested DataBlk
    See Also