Diagram.RepositionShapes 方法

重新定位图上的形状。

命名空间:  Microsoft.VisualStudio.Modeling.Diagrams
程序集:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0(在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll 中)

语法

声明
Public Sub RepositionShapes ( _
    topLevelItems As DiagramItemCollection, _
    moveDelta As PointD, _
    ghostShapes As GhostShapeCollection, _
    hitDiagramItem As DiagramItem _
)
public void RepositionShapes(
    DiagramItemCollection topLevelItems,
    PointD moveDelta,
    GhostShapeCollection ghostShapes,
    DiagramItem hitDiagramItem
)

参数

  • ghostShapes
    类型:Microsoft.VisualStudio.Modeling.Diagrams.GhostShapeCollection
    要重新定位的虚影形状的集合或 nullnull 引用(在 Visual Basic 中为 Nothing)。阴影形状表示位于图中初始位置处的形状如果该参数为 nullnull 引用(在 Visual Basic 中为 Nothing) ,则鬼魂形状被创建。

备注

此方法通过重影形状的集合。GetCompliantGroupBounds 计算顶级父形状的目标在关系图上。

.NET Framework 安全性

请参阅

参考

Diagram 类

Microsoft.VisualStudio.Modeling.Diagrams 命名空间