IImage8RootBuffer InterfaceCognex VisionPro 9.20

Interface to a root object that holds raw 8-bit pixel data of an image in a static buffer.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.10.0.0
Syntax

public interface IImage8RootBuffer : IImage8Root, 
	IObject

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
Properties

  NameDescription
Public propertyHeight

Returns the height of the pixel data.

(Inherited from IImage8Root.)
Public propertyWidth

Returns the width of the pixel data.

(Inherited from IImage8Root.)
Top
See Also