[]
        
(Showing Draft Content)

CSJ2K.Color.ChannelDefinitionMapper.getCompImgHeight

getCompImgHeight Method

getCompImgHeight(int)

Returns the height in pixels of the specified component in the overall image.

       <p>This default implementation returns the value of the source.</p>
Declaration
public override int getCompImgHeight(int c)
Parameters
Type Name Description
int c

The index of the component, from 0 to N-1.

Returns
Type Description
int

The height in pixels of component c in the overall image.

Overrides