Rotates the bitmap associated to the specified layer to the actual rotation angle.

This method call IEImage.LayersFixSizes for each layer to rotate.

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

Syntax

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

Parameters

layerIndex
Int32
The layer to rotate.

See Also