Click or drag to resize

BaseImage<float>(Int32, Int32, Int32) Constructor

Initializes a new instance of the BaseImage<float> class

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

Parameters

width  Int32
 
height  Int32
 
stride  Int32
 
See Also