ClassRotateRoutedEventArgs
Represents rotated routed event args.
Definition
Namespace:Telerik.WinControls.UI.Diagrams
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
public sealed class RotateRoutedEventArgs : ItemsManipulationRoutedEventArgs
Inheritance: objectEventArgsRoutedEventArgsDiagramItemsRoutedEventArgsItemsManipulationRoutedEventArgsRotateRoutedEventArgs
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
The routed event.
items
IEnumerable<IDiagramItem>
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
The routed event.
items
IEnumerable<IDiagramItem>
The items.
mousePosition
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
The routed event.
items
IEnumerable<IDiagramItem>
The items.
oldAngle
The old angle.
newAngle
The new angle.
mousePosition
The mouse position.