 | Image<float>(Single, Int32, Int32, Int32, Guid) Constructor |
Namespace: LynceeTec.ImagingAssembly: LynceeTec.Imaging (in LynceeTec.Imaging.dll) Version: 0.0.0.0
Syntaxpublic Image<float>(
float[] buffer,
int stride,
int width,
int height,
Guid hologramGuid
)
public:
Image<float>(
array<float>^ buffer,
int stride,
int width,
int height,
Guid hologramGuid
)
Parameters
- buffer Single
-
- stride Int32
-
- width Int32
-
- height Int32
-
- hologramGuid Guid
-
See Also