You are here: Start » AVL.NET » 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 | |
|---|---|---|---|---|---|
| ioImage | Avl.Image | ||||
![]() | inRoi | Avl.Region | Range of pixels to be processed. | ||
![]() | inSourceImage | Avl.Image |

