ActiveReports 8
RotateAt(Single,PointFEx,MatrixOrderEx) Method
See Also 
GrapeCity.ActiveReports.Extensibility.v8 Assembly > GrapeCity.ActiveReports.Extensibility.Drawing Namespace > MatrixEx Class > RotateAt Method : RotateAt(Single,PointFEx,MatrixOrderEx) Method

angle
The angle for the rotation.
point
The point to rotate around.
order
A MatrixOrderEx indicating the order in which the rotation should be applied

Glossary Item Box

Applies a clockwise rotation to the MatrixEx, around the point specified and by the indicated angle, in the order specified.

Syntax

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

Parameters

angle
The angle for the rotation.
point
The point to rotate around.
order
A MatrixOrderEx indicating the order in which the rotation should be applied

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also