ActiveReports 12
RotateAt(Single,PointFEx) Method

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Drawing Namespace > MatrixEx Class > RotateAt Method : RotateAt(Single,PointFEx) Method
The angle for the rotation.
The point to rotate around.
Prepends a clockwise rotation, around the point specified and by the indicated angle, to the MatrixEx.
Syntax
'Declaration
 
Public Overloads Sub RotateAt( _
   ByVal angle As Single, _
   ByVal point As PointFEx _
) 
public void RotateAt( 
   float angle,
   PointFEx point
)

Parameters

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

Reference

MatrixEx Class
MatrixEx Members
Overload List