CogImage16Grey Get16GreyPixelMemory Method Cognex VisionPro 9.7
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: 73.0.0.0
Syntax

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

Return Value

Type: ICogImage16PixelMemory

Implements

ICogImage16GreyData Get16GreyPixelMemory(CogImageDataModeConstants, Int32, Int32, Int32, Int32)
See Also