Click or drag to resize

BaseImage<int>CopyFrom(Int32, Int32, Int32, Int32) Method


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

Parameters

buffer  Int32
 
stride  Int32
 
width  Int32
 
height  Int32
 
See Also