Click or drag to resize

BaseImage<unsigned char>CopyFrom Method (Byte, Int32, Int32, Int32)

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

Parameters

buffer
Type: SystemByte
stride
Type: SystemInt32
width
Type: SystemInt32
height
Type: SystemInt32
See Also