Initializes a new instance of the RotatedEventArgs class.

Namespace:  Mindscape.WpfDiagramming.Foundation
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public RotatedEventArgs(
	double oldRotation
)
Visual Basic (Declaration)
Public Sub New ( _
	oldRotation As Double _
)

Parameters

oldRotation
Type: System..::.Double
The previous rotation.

See Also