New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.WinControls.RadDiagram.dll

Syntax:

C#
public sealed class RotatingEventArgs : ItemsManipulationEventArgs

Inheritance: objectEventArgsDiagramItemsEventArgsItemsManipulationEventArgsRotatingEventArgs

Inherited Members ItemsManipulationEventArgs.MousePositionDiagramItemsEventArgs.ItemsEventArgs.Empty

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)
Parameters:itemsIEnumerable<IDiagramItem>

The items.

oldPositiondouble

The old position.

newPositiondouble

The new position.

mousePositionPoint

The mouse position.

adornerOffsetPoint

The 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)
Parameters:itemsIEnumerable<IDiagramItem>

The items.

oldPositiondouble

The old position.

newPositiondouble

The new position.

mousePositionPoint

The mouse position.

Initializes a new instance of the RotatingEventArgs class.

C#
public RotatingEventArgs(IEnumerable<IDiagramItem> items, double oldPosition, double newPosition)
Parameters:itemsIEnumerable<IDiagramItem>

The items.

oldPositiondouble

The old position.

newPositiondouble

The new position.

Properties

Gets or sets the adorner's position offset.

C#
public Point AdornerOffset { get; }
Property Value:

The new bounds.

Gets the new angle.

C#
public double NewAngle { get; }

Gets the old angle.

C#
public double OldAngle { get; }