TileTiffWriterTColor, TDepthTileSize Property |
http://www.emgu.com
Get tile size in pixels.
Namespace:
Emgu.CV.Tiff
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic Size TileSize { get; }
Public ReadOnly Property TileSize As Size
Get
public:
property Size TileSize {
Size get ();
}
member TileSize : Size with get
Property Value
Type:
Size
See Also