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

AVS.CopyImageData Method

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.Image outImage
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
outImageAvlNet.ImageOutput image.

Function Overrides

See also