TileTiffWriterTColor, TDepthTileSize Property |
http://www.emgu.com
Get tile size in pixels.
Namespace:
Emgu.CV.Tiff
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
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