DiagramItemBoundsChangedEventArgs(DiagramItem, DiagramItem, Int32, PointFloat, SizeF, Single, DiagramItem, Int32, PointFloat, SizeF, Single) Constructor
Initializes a new instance of the DiagramItemBoundsChangedEventArgs class.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.2.dll
NuGet Package: DevExpress.Win.Diagram
#Declaration
public DiagramItemBoundsChangedEventArgs(
DiagramItem item,
DiagramItem oldParent,
int oldIndex,
PointFloat oldPosition,
SizeF oldSize,
float oldAngle,
DiagramItem newParent,
int newIndex,
PointFloat newPosition,
SizeF newSize,
float newAngle
)
#Parameters
Name | Type | Description |
---|---|---|
item | Diagram |
A Diagram |
old |
Diagram |
A Diagram |
old |
Int32 | The item’s previous index within the Items collection of its parent. |
old |
Point |
The previous coordinates of the item’s upper left corner. |
old |
Size |
The previous size. |
old |
Single | The previous rotation angle (in degrees). |
new |
Diagram |
A Diagram |
new |
Int32 | The item’s new index within the Items collection of its parent. |
new |
Point |
The new coordinates of the item’s upper left corner. |
new |
Size |
The new size. |
new |
Single | The new rotation angle (in degrees). |