Click or drag to resize

Image<float>(Single, Int32, Int32, Int32) Constructor

Initializes a new instance of the Image<float> class

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

Parameters

buffer  Single
 
stride  Int32
 
width  Int32
 
height  Int32
 
See Also