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.2.1.1150 (2.2.1.1150)

Syntax

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

Return Value

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

See Also