Class
RotatingEventArgs

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.Windows.Diagrams.Core.dll

Syntax:

cs-api-definition
public sealed class RotatingEventArgs : ItemsManipulationEventArgs

Inheritance: objectEventArgsDiagramItemsEventArgsItemsManipulationEventArgsRotatingEventArgs

Inherited Members ItemsManipulationEventArgs.MousePositionDiagramItemsEventArgs.ItemsEventArgs.Empty

Constructors

RotatingEventArgs()

Initializes a new instance of the RotatingEventArgs class.

Declaration

cs-api-definition
public RotatingEventArgs()

RotatingEventArgs(IEnumerable<IDiagramItem>, double, double)

Initializes a new instance of the RotatingEventArgs class.

Declaration

cs-api-definition
public RotatingEventArgs(IEnumerable<IDiagramItem> items, double oldPosition, double newPosition)

Parameters

items

IEnumerable<IDiagramItem>

The items.

oldPosition

double

The old position.

newPosition

double

The new position.

RotatingEventArgs(IEnumerable<IDiagramItem>, double, double, Point)

Initializes a new instance of the RotatingEventArgs class.

Declaration

cs-api-definition
public RotatingEventArgs(IEnumerable<IDiagramItem> items, double oldPosition, double newPosition, Point mousePosition)

Parameters

items

IEnumerable<IDiagramItem>

The items.

oldPosition

double

The old position.

newPosition

double

The new position.

mousePosition

Point

The mouse position.

RotatingEventArgs(IEnumerable<IDiagramItem>, double, double, Point, Point)

Initializes a new instance of the RotatingEventArgs class.

Declaration

cs-api-definition
public RotatingEventArgs(IEnumerable<IDiagramItem> items, double oldPosition, double newPosition, Point mousePosition, Point adornerOffset)

Parameters

items

IEnumerable<IDiagramItem>

The items.

oldPosition

double

The old position.

newPosition

double

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

cs-api-definition
public Point AdornerOffset { get; }

Property Value

Point

The new bounds.

NewAngle

Gets the new angle.

Declaration

cs-api-definition
public double NewAngle { get; }

Property Value

double

OldAngle

Gets the old angle.

Declaration

cs-api-definition
public double OldAngle { get; }

Property Value

double