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: 3.1.0.2282 (3.1.0.2282)
Syntax
Bitmap Bitmap { get; }

Return Value

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