MindFusion.Wpf Pack Programmer's Guide
Utilities.CreateRotateTransform Method
See Also
 





Creates a new rotation transformation at the specified angle around the specified point.

Namespace: MindFusion
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public static MatrixTransform CreateRotateTransform (
    double angle,
    Point center
)

Visual Basic  Copy Code

Public Shared Function CreateRotateTransform( _
    angle As Double, _
    center As Point _
) As MatrixTransform

 Parameters

angle

center

 Return Value

 See Also

Utilities Members
Utilities Class
MindFusion Namespace