ImageCopyTo Method (Image, Rect, Point2D)

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

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

public void CopyTo(
	Image targetImage,
	Rect sourceRect,
	Point2D targetPosition
)

Parameters

targetImage
Type: Stemmer.CvbImage
Image to copy to.
sourceRect
Type: Stemmer.CvbRect
Source rectangle in pixels to copy from.
targetPosition
Type: Stemmer.CvbPoint2D
Position in targetImage in pixels to copy to.
Exceptions

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

Reference