Click or drag to resize

BaseImage<unsigned char> Constructor (Int32, Int32)

Initializes a new instance of the BaseImage<unsigned char> class

Namespace:  LynceeTec.Imaging
Assembly:  LynceeTec.Imaging (in LynceeTec.Imaging.dll) Version: 0.0.0.0
Syntax
public BaseImage<unsigned char>(
	int width,
	int height
)

Parameters

width
Type: SystemInt32
height
Type: SystemInt32
See Also