Skip to main content

DiagramBeforeItemsRotatingEventArgs(IList<DiagramItem>, ItemsActionSource, Nullable<PointFloat>) Constructor

The DiagramControl that raised the event.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

public DiagramBeforeItemsRotatingEventArgs(
    IList<DiagramItem> items,
    ItemsActionSource actionSource,
    PointFloat? centerOfRotation
)

Parameters

Name Type Description
items IList<DiagramItem>

A collection of diagram items that are being rotated.

actionSource ItemsActionSource

A DevExpress.Diagram.Core.ItemsActionSource enumeration value that indicates whether the rotating operation is performed using the rotation handle or the Properties Panel.

centerOfRotation Nullable<PointFloat>

A DevExpress.Utils.PointFloat value that is the coordinates of the center of rotation.

See Also