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 (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
Bitmap Bitmap { get; }

Return Value

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