Get the number of bytes of a row of data in a tile.

Namespace: Emgu.CV.Tiff
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public int TileRowSizeInBytes { get; }
Public ReadOnly Property TileRowSizeInBytes As Integer
	Get
public:
property int TileRowSizeInBytes {
	int get ();
}

See Also