ActiveReports 12
Rotate Method

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

Parameters

angle
The angle for the rotation.
See Also

Reference

MatrixEx Class
MatrixEx Members