ICogImage16Root GetRawPixelMemory Method Cognex VisionPro
Gets an object that can be used to directly access the raw pixel data. The caller MUST call Dispose on this object when finished with it.

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

void GetRawPixelMemory(
	CogImageDataModeConstants dataMode,
	int x,
	int y,
	int width,
	int height,
	out ICogImage16PixelMemory pixelMemory
)
See Also