Search
DiagramNode.OnRotationAngleChanged Method
See Also
 





Invoked when the rotation angle of this node has been changed, either programmatically or interactively.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected virtual void OnRotationAngleChanged (
    float oldAngle
)

Visual Basic  Copy Code

Protected Overridable Sub OnRotationAngleChanged( _
    oldAngle As Single _
)

 Parameters

oldAngle

A float value specifying the old angle, in degrees.

 See Also