WebPlanner Programmer's Guide

IGraphics.RotateTransform Method (Single)

See Also
 


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

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public abstract void RotateTransform (
    float angle
)

Visual Basic  Copy Code

Public MustOverride Sub RotateTransform ( _
    angle As Single _
)

 Parameters

angle
The angle of rotation in degrees.

 See Also