You are here: Start » AVL.NET » AVS.CopyPixels Method

AVS.CopyPixels Method

Copies pixels from one image to another.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

See also