Rotates all objects by the specified angle (in degrees).

If center is Image only 90/180/270 degrees rotations are allowed.

BOX, ELLIPSE, BITMAP and TEXT can be rotated only by 90/180/270 degrees.

This method doesn't work with MEMO and curved texts.

It is better to call RotateAll before rotate the background image.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public void RotateObjects(
	double angle,
	IERCenter center
)
Public Sub RotateObjects ( _
	angle As Double, _
	center As IERCenter _
)
public:
void RotateObjects(
	double angle, 
	IERCenter center
)

Parameters

angle
Double
The rotation angle in degrees.
center
IERCenter
The center of rotation.

See Also