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