Appends a new layer and creates a copy of specified image.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public int LayersAdd(
	IEImage image
)
Public Function LayersAdd ( _
	image As IEImage _
) As Integer
public:
int LayersAdd(
	IEImage^ image
)

Parameters

image
IEImage
The source image to clone.

Return Value

Returns index of the added layer.

See Also