ICogImage16GreyData Get16GreyPixelMemory Method Cognex VisionPro 9.20
Gets an object that can be used to directly access pixel memory. 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: 80.0.0.0
Syntax

ICogImage16PixelMemory Get16GreyPixelMemory(
	CogImageDataModeConstants dataMode,
	int x,
	int y,
	int width,
	int height
)

Parameters

dataMode
Type: Cognex.VisionPro CogImageDataModeConstants
x
Type: System Int32
y
Type: System Int32
width
Type: System Int32
height
Type: System Int32

Return Value

Type: ICogImage16PixelMemory
See Also