[]
        
(Showing Draft Content)

CSJ2K.j2k.image.Tiler.TileHeight

TileHeight Property

TileHeight

Returns the overall height of the current tile in pixels. This is the tile's width without accounting for any component subsampling.

Declaration
public override int TileHeight { get; }
Public Overrides ReadOnly Property TileHeight As Integer
Property Value
Type Description
int

The total current tile height in pixels.

Overrides
Implements