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.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 87.1.0.0
Syntax
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
Implements
ICogImage16Root GetRawPixelMemory(CogImageDataModeConstants, Int32, Int32, Int32, Int32, ICogImage16PixelMemory )See Also