IImage8RootBuffer MethodsCognex VisionPro 9.22 SR1

The IImage8RootBuffer type exposes the following members.

Methods

  NameDescription
Public methodCopy

Make a deep copy of the image root, the pixel memory is copied.

(Inherited from IImage8Root.)
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 IImage8Root.)
Public methodInitialize

Initializes this IImage8RootBuffer. If scan0 and disposable are provided, it is initialized with the provided data. Otherwise, it is initialized with undefined data.

Top
See Also