ClassRotateRoutedEventArgs
Represents rotated routed event args.
Definition
Namespace:Telerik.Windows.Controls.Diagrams
Assembly:Telerik.Windows.Controls.Diagrams.dll
Syntax:
public sealed class RotateRoutedEventArgs : ItemsManipulationRoutedEventArgs
Inheritance: objectRadRoutedEventArgsDiagramItemsRoutedEventArgsItemsManipulationRoutedEventArgsRotateRoutedEventArgs
Inherited Members
Constructors
RotateRoutedEventArgs(RoutedEvent, IEnumerable<IDiagramItem>)
Initializes a new instance of the RotateRoutedEventArgs class.
Declaration
public RotateRoutedEventArgs(RoutedEvent routedEvent, IEnumerable<IDiagramItem> items)
Parameters
routedEvent
RoutedEvent
The routed event.
items
The items.
RotateRoutedEventArgs(RoutedEvent, IEnumerable<IDiagramItem>, Point)
Initializes a new instance of the RotateRoutedEventArgs class.
Declaration
public RotateRoutedEventArgs(RoutedEvent routedEvent, IEnumerable<IDiagramItem> items, Point mousePosition)
Parameters
routedEvent
RoutedEvent
The routed event.
items
The items.
mousePosition
Point
The mouse position.
RotateRoutedEventArgs(RoutedEvent, IEnumerable<IDiagramItem>, double, double, Point)
Initializes a new instance of the RotateRoutedEventArgs class.
Declaration
public RotateRoutedEventArgs(RoutedEvent routedEvent, IEnumerable<IDiagramItem> items, double oldAngle, double newAngle, Point mousePosition)
Parameters
routedEvent
RoutedEvent
The routed event.
items
The items.
oldAngle
The old angle.
newAngle
The new angle.
mousePosition
Point
The mouse position.