ActiveReports Developer 7
Rotate Method
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Drawing Namespace > MatrixEx Class : Rotate Method

angle
The angle for the rotation.

Glossary Item Box

Prepends a clockwise rotation, around the origin and by the indicated angle, to the MatrixEx.

Syntax

Visual Basic (Declaration) 
Public Sub Rotate( _
   ByVal angle As System.Single _
) 
C# 
public void Rotate( 
   System.float angle
)

Parameters

angle
The angle for the rotation.

See Also