ICogImage16RootBuffer InterfaceCognex VisionPro 9.24
Interface to a root object that holds raw 16-bit pixel data of an image in a static buffer.

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

public interface ICogImage16RootBuffer : ICogImage16Root

The ICogImage16RootBuffer type exposes the following members.

Methods

  NameDescription
Public methodGetRawPixelMemory
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.
(Inherited from ICogImage16Root.)
Public methodInitialize
Initializes the root with the buffered data. If the Disposable parameter is non-NULL, its Dispose method will be called when the memory is no longer needed.
Top
Properties

  NameDescription
Public propertyHeight
Returns the height of the pixel data.
(Inherited from ICogImage16Root.)
Public propertyWidth
Returns the width of the pixel data.
(Inherited from ICogImage16Root.)
Top
See Also