ImageCopyTo Method (Image)

CVB.Net Documentation
Copies the image data from this image to the targetImage.

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

public void CopyTo(
	Image targetImage
)

Parameters

targetImage
Type: Stemmer.CvbImage
Image to copy to.
Exceptions

ExceptionCondition
CvbExceptionCopy regions or data types incompatible.
ObjectDisposedExceptionIf this image has already been disposed
See Also

Reference