[]
        
(Showing Draft Content)

CSJ2K.j2k.image.input.ImgReader.TileHeight

TileHeight Property

TileHeight

Returns the overall height of the current tile in pixels, assuming there is no-tiling. Since no-tiling is assumed this is the same as the width of the image. The value of h is returned.

Declaration
public virtual int TileHeight { get; }
Property Value
Type Description
int

The total image height in pixels.

Implements