ICogImage16PixelMemory InterfaceCognex VisionPro 9.5
Interface to an object that provides direct pointer access to 16-bit image pixel memory.

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

public interface ICogImage16PixelMemory : IDisposable

The ICogImage16PixelMemory type exposes the following members.

Methods

  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
Properties

  NameDescription
Public propertyHeight
Returns the height of the pixel data.
Public propertyScan0
Returns the address of the upper-left pixel.
Public propertyStride
Returns the offset in pixels from one row to the next. May be positive or negative.
Public propertyWidth
Returns the width of the pixel data.
Top
See Also