ICogImage16Root GetRawPixelMemory Method Cognex VisionPro 9.22
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: 87.0.0.0
Syntax

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

Parameters

dataMode
Type: Cognex.VisionPro CogImageDataModeConstants
x
Type: System Int32
y
Type: System Int32
width
Type: System Int32
height
Type: System Int32
pixelMemory
Type: Cognex.VisionPro ICogImage16PixelMemory 
See Also