RotatingEventArgs
Class
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
C#
public sealed class RotatingEventArgs : ItemsManipulationEventArgs
Inheritance: objectEventArgsDiagramItemsEventArgsItemsManipulationEventArgsRotatingEventArgs
Inherited Members
Constructors
Initializes a new instance of the RotatingEventArgs class.
C#
public RotatingEventArgs()
Initializes a new instance of the RotatingEventArgs class.
C#
public RotatingEventArgs(IEnumerable<IDiagramItem> items, double oldPosition, double newPosition, Point mousePosition, Point adornerOffset)
The items.
oldPositiondoubleThe old position.
newPositiondoubleThe new position.
mousePositionPointThe mouse position.
adornerOffsetPointThe manipulation adorner's position offset.
Initializes a new instance of the RotatingEventArgs class.
C#
public RotatingEventArgs(IEnumerable<IDiagramItem> items, double oldPosition, double newPosition, Point mousePosition)
The items.
oldPositiondoubleThe old position.
newPositiondoubleThe new position.
mousePositionPointThe mouse position.
Initializes a new instance of the RotatingEventArgs class.
C#
public RotatingEventArgs(IEnumerable<IDiagramItem> items, double oldPosition, double newPosition)
The items.
oldPositiondoubleThe old position.
newPositiondoubleThe new position.