[]
Apply forward component transformation associated with the current tile. If no component transformation has been requested by the user, data are not modified.
<p>This method calls the getInternCompData() method, but respects the
definitions of the getCompData() method defined in the BlkImgDataSrc
interface.</p>
public virtual DataBlk getCompData(DataBlk blk, int c)
Type | Name | Description |
---|---|---|
DataBlk | blk | Determines the rectangular area to return, and the data is returned in this object. |
int | c | Index of the output component. |
Type | Description |
---|---|
DataBlk | The requested DataBlk |