ChunkImageBufferDescription Class

CVB.Net Documentation
Describes a GenICam Pixel Format Naming Convention (PFNC) compatible image memory buffer with possibly additional data.
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.GevServerImageBufferDescription
    Stemmer.Cvb.GevServerChunkImageBufferDescription

Namespace:  Stemmer.Cvb.GevServer
Assembly:  Stemmer.Cvb.GevServer (in Stemmer.Cvb.GevServer.dll) Version: 14.0.0.0
Syntax

public class ChunkImageBufferDescription : ImageBufferDescription

The ChunkImageBufferDescription type exposes the following members.

Constructors

  NameDescription
Public methodChunkImageBufferDescription(Size2D, PfncFormat, Int32)
Creates a default chunk image buffer description.
Public methodChunkImageBufferDescription(Size2D, ColorModel, DataType, Int32)
Creates a default chunk image buffer description.
Top
Properties

  NameDescription
Public propertyLayoutId
Gets or sets the layout identifier for the chunks.
Public propertyLinePadding
Gets or sets the line padding.
(Inherited from ImageBufferDescription.)
Public propertyOffset
Gets or sets the image's offset on the sensor.
(Inherited from ImageBufferDescription.)
Public propertyPixelFormat
Gets or sets the image pixel format value.
(Inherited from ImageBufferDescription.)
Public propertySize
Gets or sets the image size.
(Inherited from ImageBufferDescription.)
Public propertyTotalPayloadSize
Valid payload size over all chunks including the image chunk.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks

This buffer needn't be CVB Image compatible. You can use all PFNC values even packed ones.
See Also

Reference