http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Write a tile into the tile tiff
Namespace: Emgu.CV.TiffAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public void WriteTile( int rowNumber, int colNumber, Image<TColor, TDepth> tile ) |
Visual Basic |
---|
Public Sub WriteTile ( _ rowNumber As Integer, _ colNumber As Integer, _ tile As Image(Of TColor, TDepth) _ ) |
Visual C++ |
---|
public: void WriteTile( int rowNumber, int colNumber, Image<TColor, TDepth>^ tile ) |
Parameters
- rowNumber
- Type: System..::..Int32
The starting row for the tile
- colNumber
- Type: System..::..Int32
The starting col for the tile
- tile
- Type: Emgu.CV..::..Image<(Of <(<'TColor, TDepth>)>)>
The tile to be written