ImagePlaneCopyTo Method (ImagePlane, Rect, Point2D)

CVB.Net Documentation
Copies the image data from the sourceRect of this plane to the targetPlanetargetPosition.

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

public void CopyTo(
	ImagePlane targetPlane,
	Rect sourceRect,
	Point2D targetPosition
)

Parameters

targetPlane
Type: Stemmer.CvbImagePlane
Plane to copy to.
sourceRect
Type: Stemmer.CvbRect
Source rectangle in pixels to copy from.
targetPosition
Type: Stemmer.CvbPoint2D
Position in targetPlane in pixels to copy to.
Exceptions

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

Reference