Aligns all selected layers relative to the image or other layers.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public void LayersAlign(
	IEImage..::..IEAlignLayers alignment,
	int index
)
Public Sub LayersAlign ( _
	alignment As IEImage..::..IEAlignLayers, _
	index As Integer _
)
public:
void LayersAlign(
	IEImage..::..IEAlignLayers alignment, 
	int index
)

Parameters

alignment
IEImage..::..IEAlignLayers
Alignment type
index
Int32
The index of a specific layer can be specified, or -1 to process all layers, or -2 to process selected layers.

See Also