Click or drag to resize

BaseImage<float>CopyTo Method

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

Parameters

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