ImageBufferDescription Class

CVB.Net Documentation
Describes a GenICam Pixel Format Naming Convention (PFNC) compatible image memory buffer.
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 ImageBufferDescription

The ImageBufferDescription type exposes the following members.

Constructors

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

  NameDescription
Public propertyLinePadding
Gets or sets the line padding.
Public propertyOffset
Gets or sets the image's offset on the sensor.
Public propertyPixelFormat
Gets or sets the image pixel format value.
Public propertySize
Gets or sets the image size.
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