DiagramItemsRotatingEventArgs Constructors
Provides data for the DiagramControl.ItemsRotating event.| Name | Parameters | Description |
|---|---|---|
| DiagramItemsRotatingEventArgs(DiagramControl, ReadOnlyCollection<RotatingItem>, DiagramActionStage, ItemsActionSource, Nullable<Point>) | source, items, stage, actionSource, centerOfRotation | Initializes a new instance of the DiagramItemsRotatingEventArgs class. |
See Also