TileTiffWriterTColor, TDepthTileRowSizeInBytes Property |
http://www.emgu.com
Get the number of bytes of a row of data in a tile.
Namespace:
Emgu.CV.Tiff
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntaxpublic int TileRowSizeInBytes { get; }
Public ReadOnly Property TileRowSizeInBytes As Integer
Get
public:
property int TileRowSizeInBytes {
int get ();
}
member TileRowSizeInBytes : int with get
Property Value
Type:
Int32
See Also