Inserts a new image layer into the layers list at the specified position. The new layer will become the current layer.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public void LayersInsert(
	int position,
	IEImage image
)
Public Sub LayersInsert ( _
	position As Integer, _
	image As IEImage _
)
public:
void LayersInsert(
	int position, 
	IEImage^ image
)

Parameters

position
Int32
The inserting position
image
IEImage
Source image to copy from

See Also