LayersRemove removes the specified layer and frees the related bitmap. At the least one layer must be present.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public void LayersRemove(
	int index
)
Public Sub LayersRemove ( _
	index As Integer _
)
public:
void LayersRemove(
	int index
)

Parameters

index
Int32
the index of the layer to remove

See Also