You are here: Start » AVL.NET » Invoke.CopyPixels

Invoke.CopyPixels

Copies pixels from one image to another.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
ioImageAvl.Image
inRoiAvl.RegionRange of pixels to be processed.
inSourceImageAvl.Image

See also