Class RotatingEventArgs
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public sealed class RotatingEventArgs : ItemsManipulationEventArgs
Constructors
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
System.Collections.Generic.IEnumerable<IDiagramItem>
items
The items. |
System.Double
oldPosition
The old position. |
System.Double
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
System.Collections.Generic.IEnumerable<IDiagramItem>
items
The items. |
System.Double
oldPosition
The old position. |
System.Double
newPosition
The new position. |
System.Windows.Point
mousePosition
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
System.Collections.Generic.IEnumerable<IDiagramItem>
items
The items. |
System.Double
oldPosition
The old position. |
System.Double
newPosition
The new position. |
System.Windows.Point
mousePosition
The mouse position. |
System.Windows.Point
adornerOffset
The manipulation adorner's position offset. |
Properties
AdornerOffset
Gets or sets the adorner's position offset.
Declaration
public Point AdornerOffset { get; }
Property Value
System.Windows.Point
The new bounds. |
NewAngle
Gets the new angle.
Declaration
public double NewAngle { get; }
Property Value
System.Double
|
OldAngle
Gets the old angle.
Declaration
public double OldAngle { get; }
Property Value
System.Double
|