ImagePlaneCopyTo Method (ImagePlane)

CVB.Net Documentation
Copies the image data from this plane to the targetPlane.

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

public void CopyTo(
	ImagePlane targetPlane
)

Parameters

targetPlane
Type: Stemmer.CvbImagePlane
Plane to copy to.
Exceptions

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

Reference