 | SpectrumImage(Single, Int32, Int32, Int32, Guid) Constructor |
Constructor
Namespace: LynceeTec.ImagingAssembly: LynceeTec.Imaging (in LynceeTec.Imaging.dll) Version: 0.0.0.0
Syntaxpublic SpectrumImage(
float[] buffer,
int stride,
int width,
int height,
Guid hologramGuid
)
public:
SpectrumImage(
array<float>^ buffer,
int stride,
int width,
int height,
Guid hologramGuid
)
Parameters
- buffer Single
- Buffer to be used as image data
- stride Int32
- Size in byte between two rows
- width Int32
- Image width pixels number
- height Int32
- Image height pixels number
- hologramGuid Guid
- Guid of the parent hologram
RemarksCast the buffer data in the image to be used later
See Also