DiagramItemsRotatingEventArgs(ReadOnlyCollection<RotatingItem>, DiagramActionStage, ItemsActionSource, Nullable<PointFloat>) Constructor
Initializes a new instance of the DiagramItemsRotatingEventArgs class.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.1.dll
NuGet Package: DevExpress.Win.Diagram
Declaration
public DiagramItemsRotatingEventArgs(
ReadOnlyCollection<RotatingItem> items,
DiagramActionStage stage,
ItemsActionSource actionSource,
PointFloat? centerOfRotation
)
Parameters
Name | Type | Description |
---|---|---|
items | ReadOnlyCollection<DevExpress.XtraDiagram.RotatingItem> | A collection of DevExpress.XtraDiagram.RotatingItem objects that store information about items that are being rotated. |
stage | DiagramActionStage | A DiagramActionStage enumeration value that indicates whether the rotating operation has just started, is continuing or has been finished or canceled. |
actionSource | ItemsActionSource | A ItemsActionSource enumeration value that indicates whether the rotating operation is performed using the rotation handle or the Properties Panel. |
centerOfRotation | Nullable<PointFloat> | A PointFloat value that is the coordinates of the center of rotation. |
See Also