Click or drag to resize

SpectrumImage Constructor (Single, Int32, Int32, Int32, Guid)

Constructor

Namespace:  LynceeTec.Imaging
Assembly:  LynceeTec.Imaging (in LynceeTec.Imaging.dll) Version: 0.0.0.0
Syntax
public SpectrumImage(
	float[] buffer,
	int stride,
	int width,
	int height,
	Guid hologramGuid
)

Parameters

buffer
Type: SystemSingle
Buffer to be used as image data
stride
Type: SystemInt32
Size in byte between two rows
width
Type: SystemInt32
Image width pixels number
height
Type: SystemInt32
Image height pixels number
hologramGuid
Type: SystemGuid
Guid of the parent hologram
Remarks
Cast the buffer data in the image to be used later
See Also