 | SpectrumImage Constructor (Int32, Int32, Int32, Guid) |
Constructor
Namespace:
LynceeTec.Imaging
Assembly:
LynceeTec.Imaging (in LynceeTec.Imaging.dll) Version: 0.0.0.0
Syntaxpublic SpectrumImage(
int width,
int height,
int stride,
Guid hologramGuid
)
public:
SpectrumImage(
int width,
int height,
int stride,
Guid hologramGuid
)
Parameters
- width
- Type: SystemInt32
Image width pixels number - height
- Type: SystemInt32
Image height pixels number - stride
- Type: SystemInt32
Size in byte between two rows - hologramGuid
- Type: SystemGuid
Guid of the parent hologram
See Also