[]
        
(Showing Draft Content)

CSJ2K.j2k.image.input.ImgReader.TileWidth

TileWidth Property

TileWidth

Returns the width 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 w is returned.

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

The total image width in pixels.

Implements