ImageBufferDescription Constructor (Size2D, ColorModel, DataType)

CVB.Net Documentation
Creates a default image buffer description.

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

public ImageBufferDescription(
	Size2D size,
	ColorModel colorModel,
	DataType dataType
)

Parameters

size
Type: Stemmer.CvbSize2D
Width and height in pixels.
colorModel
Type: Stemmer.CvbColorModel
Color model of the image to send.
dataType
Type: Stemmer.CvbDataType
CVB data type of the image to send.
Remarks

Tries to map the given colorModel and dataType to a PfncFormat.
See Also

Reference