You are here: Start » AVL.NET » AVL.CopyImageData(AvlNet.Image, AvlNet.Region, AvlNet.Image)
AVL.CopyImageData(AvlNet.Image, AvlNet.Region, AvlNet.Image)
Creates an image copy with the same size and pixel format.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void CopyImageData( AvlNet.Image inImage, AvlNet.Region inRoi, out AvlNet.Image outImage )
Parameters
- inImage
- Type: AvlNet.Image
Input image - inRoi
- Type: AvlNet.Region
Range of pixels to be processed, or null. - outImage
- Type: AvlNet.Image
Output image
