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.0.1.0 (2.0.1.0)

Syntax

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

Return Value

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

See Also