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