Skip to main content
A newer version of this page is available. .

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

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

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

Parameters

Name Type
items IList<DiagramItem>
actionSource ItemsActionSource
centerOfRotation Nullable<PointFloat>
See Also