ASP.NET Pack Programmer's Guide
IGraphics.RotateTransform Method (Single)
See Also
 





Applies the specified rotation to the transformation matrix of this IGraphics object.

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

void RotateTransform (
    float angle
)

Visual Basic  Copy Code

Sub RotateTransform( _
    angle As Single _
)

 Parameters

angle
The angle of rotation in degrees.

 See Also

RotateTransform Method Overload List
IGraphics Members
IGraphics Interface
MindFusion.Drawing Namespace