Rotates all layers (or just selected if selectedOnly = True) by the specified angle (negative or positive degrees counter-clockwise). This method updates Rotate.
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public void LayersRotateAll( double value, bool selectedOnly, bool fixRotations )
Public Sub LayersRotateAll ( _ value As Double, _ selectedOnly As Boolean, _ fixRotations As Boolean _ )
public: void LayersRotateAll( double value, bool selectedOnly, bool fixRotations )
Parameters
- value
- Double
Rotation in degrees
- selectedOnly
- Boolean
Only selected layers will be rotated
- fixRotations
- Boolean
If bFixRotations = True, then LayersFixRotations is called to finalize the rotation of the layer and improve quality.