ActiveReports Developer 7
RotateAt(Single,PointFEx) Method
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Drawing Namespace > MatrixEx Class > RotateAt Method : RotateAt(Single,PointFEx) Method

angle
The angle for the rotation.
point
The point to rotate around.

Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public Overloads Sub RotateAt( _
   ByVal angle As System.Single, _
   ByVal point As PointFEx _
) 
C# 
public void RotateAt( 
   System.float angle,
   PointFEx point
)

Parameters

angle
The angle for the rotation.
point
The point to rotate around.

See Also