Click or drag to resize

IImageBitmap Property

http://www.emgu.com
Convert this image into Bitmap, when available, data is shared with this image.

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntax
Bitmap Bitmap { get; }

Return Value

Type: Bitmap
The Bitmap, when available, data is shared with this image
See Also