Click or drag to resize
TileTiffWriterTColor, TDepthWriteTile Method
http://www.emgu.com
Write a tile into the tile tiff

Namespace: Emgu.CV.Tiff
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public void WriteTile(
	int rowNumber,
	int colNumber,
	Image<TColor, TDepth> tile
)

Parameters

rowNumber
Type: SystemInt32
The starting row for the tile
colNumber
Type: SystemInt32
The starting col for the tile
tile
Type: Emgu.CVImageTColor, TDepth
The tile to be written
See Also