LayersInsert inserts a new layer in the layers list at the position Position.

The layer becomes the current layer, assumes the size of others and the pixel format of the last 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,
	IELayerKind kind
)
Public Sub LayersInsert ( _
	position As Integer, _
	kind As IELayerKind _
)
public:
void LayersInsert(
	int position, 
	IELayerKind kind
)

Parameters

position
Int32
The inserting position
kind
IELayerKind
Type of layer to insert

See Also