[]
        
(Showing Draft Content)

CSJ2K.j2k.image.ImgDataJoiner.TileWidth

TileWidth Property

TileWidth

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

Declaration
public virtual int TileWidth { get; }
Public Overridable ReadOnly Property TileWidth As Integer
Property Value
Type Description
int

The total current tile's width in pixels.

Implements