Click or drag to resize

BaseImage<int>(Int32, Int32) Constructor

Initializes a new instance of the BaseImage<int> class

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

Parameters

width  Int32
 
height  Int32
 
See Also