TileTiffWriterTColor, TDepthTileSizeInBytes Property |
http://www.emgu.com
Get the equivalent size for a tile of data as it would be returned in a call to TIFFReadTile or as it would be expected in a call to TIFFWriteTile.
Namespace:
Emgu.CV.Tiff
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic int TileSizeInBytes { get; }
Public ReadOnly Property TileSizeInBytes As Integer
Get
public:
property int TileSizeInBytes {
int get ();
}
member TileSizeInBytes : int with get
Property Value
Type:
Int32
See Also