Click or drag to resize

BaseImage<unsigned char>CopyTo Method


Namespace: LynceeTec.Imaging
Assembly: LynceeTec.Imaging (in LynceeTec.Imaging.dll) Version: 0.0.0.0
Syntax
public virtual void CopyTo(
	ref byte[] buffer,
	ref int stride,
	ref int width,
	ref int height
)

Parameters

buffer  Byte
 
stride  Int32
 
width  Int32
 
height  Int32
 
See Also