You are here: Start » AVL.NET » Function Reference » Image » Image Basics » AVL.CopyPixels

AVL.CopyPixels

Copies pixels from one image to another.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void CopyPixels
(
	AvlNet.Image ioImage,
	AvlNet.Region inRoi,
	AvlNet.Image inSourceImage
)

Parameters

Name Type Range Default Description
ioImageAvlNet.Image
inRoiAvlNet.RegionRange of pixels to be processed.
inSourceImageAvlNet.Image

Errors

List of possible exceptions:

Error type Description
DomainError Different image formats in CopyPixels.
DomainError Different image sizes in CopyPixels.

See also