[]
        
(Showing Draft Content)

CSJ2K.j2k.image.Tiler.getTileCompHeight

getTileCompHeight Method

getTileCompHeight(int, int)

Returns the height in pixels of the specified tile-component.

Declaration
public override int getTileCompHeight(int t, int c)
Parameters
Type Name Description
int t

The tile index.

int c

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

Returns
Type Description
int

The height of specified tile-component.

Overrides
Implements