ClassRotatingEventArgs
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.Windows.Diagrams.Core.dll
Syntax:
public sealed class RotatingEventArgs : ItemsManipulationEventArgs
Inheritance: objectEventArgsDiagramItemsEventArgsItemsManipulationEventArgsRotatingEventArgs
Inherited Members
Constructors
RotatingEventArgs()
Initializes a new instance of the RotatingEventArgs class.
Declaration
public RotatingEventArgs()
RotatingEventArgs(IEnumerable<IDiagramItem>, double, double)
Initializes a new instance of the RotatingEventArgs class.
Declaration
public RotatingEventArgs(IEnumerable<IDiagramItem> items, double oldPosition, double newPosition)
Parameters
items
The items.
oldPosition
The old position.
newPosition
The new position.
RotatingEventArgs(IEnumerable<IDiagramItem>, double, double, Point)
Initializes a new instance of the RotatingEventArgs class.
Declaration
public RotatingEventArgs(IEnumerable<IDiagramItem> items, double oldPosition, double newPosition, Point mousePosition)
Parameters
items
The items.
oldPosition
The old position.
newPosition
The new position.
mousePosition
Point
The mouse position.
RotatingEventArgs(IEnumerable<IDiagramItem>, double, double, Point, Point)
Initializes a new instance of the RotatingEventArgs class.
Declaration
public RotatingEventArgs(IEnumerable<IDiagramItem> items, double oldPosition, double newPosition, Point mousePosition, Point adornerOffset)
Parameters
items
The items.
oldPosition
The old position.
newPosition
The new position.
mousePosition
Point
The mouse position.
adornerOffset
Point
The manipulation adorner's position offset.
Properties
AdornerOffset
Gets or sets the adorner's position offset.
Declaration
public Point AdornerOffset { get; }
Property Value
Point
The new bounds.
NewAngle
Gets the new angle.