[]
Returns the overall width of the current tile in pixels. This is the tile's width without accounting for any component subsampling. This is also referred as the reference grid width in the current tile.
<p>This default implementation returns the value of the source.</p>
public virtual int TileWidth { get; }
Type | Description |
---|---|
int | The total current tile's width in pixels. |