BufferImage Constructor (Device, BufferImageImageLayout)

CVB.Net Documentation
Creates a new BufferImage from the given device and layout information.

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

public BufferImage(
	Device device,
	BufferImageImageLayout layout
)

Parameters

device
Type: Stemmer.CvbDevice
Device that has IImageVPA interface.
layout
Type: Stemmer.Cvb.DriverBufferImageImageLayout
Layout information of the device image.
Remarks

Attention: no security checks are performed: incompatible deviceImages will lead to access violation on image data access..

This version is faster as no analysis of the given device image needs to be done.

See Also

Reference