Click or drag to resize
ImageTColor, TDepthToBitmap Method (Int32, Int32)
http://www.emgu.com
Create a Bitmap image of certain size

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public Bitmap ToBitmap(
	int width,
	int height
)

Parameters

width
Type: SystemInt32
The width of the bitmap
height
Type: SystemInt32
The height of the bitmap

Return Value

Type: Bitmap
This image in Bitmap format of the specific size
See Also