Click or drag to resize

ImageTColor, TDepth Constructor (Size)

http://www.emgu.com
Create a blank Image of the specific size

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public Image(
	Size size
)

Parameters

size
Type: System.DrawingSize
The size of the image
See Also