RecorderWrite Method (Image)

CVB.Net Documentation
Writes the given image into the stream.

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

public void Write(
	Image image
)

Parameters

image
Type: Stemmer.CvbImage
Image to write into the stream.
Exceptions

ExceptionCondition
ObjectDisposedExceptionRecorder has been disposed.
ArgumentNullExceptionimage is null.
See Also

Reference