ICogImage16RootBuffer Initialize Method Cognex VisionPro 9.22
Initializes the root with the buffered data. If the Disposable parameter is non-NULL, its Dispose method will be called when the memory is no longer needed.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 87.0.0.0
Syntax

void Initialize(
	int width,
	int height,
	IntPtr scan0,
	int stride,
	IDisposable disposable
)

Parameters

width
Type: System Int32
height
Type: System Int32
scan0
Type: System IntPtr
stride
Type: System Int32
disposable
Type: System IDisposable
See Also