  | MaskImage Constructor (Byte, Int32, Int32, Int32) | 
 
Constructor
 
    Namespace: 
   LynceeTec.Imaging
    Assembly:
   LynceeTec.Imaging (in LynceeTec.Imaging.dll) Version: 0.0.0.0
Syntaxpublic MaskImage(
	byte[] buffer,
	int stride,
	int width,
	int height
)
public:
MaskImage(
	array<unsigned char>^ buffer, 
	int stride, 
	int width, 
	int height
)
Parameters
- buffer
 - Type: SystemByte
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 
RemarksCast the buffer data in the image to be used later
See Also