Convert this image into Bitmap, when avaialbe, data is shared with this image.

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)

Syntax

         
 C#  Visual Basic  Visual C++ 
Bitmap Bitmap { get; }
ReadOnly Property Bitmap As Bitmap
property Bitmap^ Bitmap {
	Bitmap^ get ();
}

Return Value

The Bitmap, when avaialbe, data is shared with this image

See Also