ICogImage16RootBuffer Initialize Method Cognex VisionPro 9.5
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: 69.0.0.0
Syntax

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