ShapeElement.MoveByRepositioning 方法 (ElementGroupPrototype, DiagramItemCollection, PointD, DiagramItem)
按鼠标的位置决定的数量对组中的形状进行重新定位。
命名空间: Microsoft.VisualStudio.Modeling.Diagrams
程序集: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0(在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll 中)
语法
声明
Public Overridable Sub MoveByRepositioning ( _
elementGroupPrototype As ElementGroupPrototype, _
topLevelItems As DiagramItemCollection, _
moveDelta As PointD, _
hitDiagramItem As DiagramItem _
)
public virtual void MoveByRepositioning(
ElementGroupPrototype elementGroupPrototype,
DiagramItemCollection topLevelItems,
PointD moveDelta,
DiagramItem hitDiagramItem
)
参数
- elementGroupPrototype
类型:Microsoft.VisualStudio.Modeling.ElementGroupPrototype
包含要移动形状的组。
- topLevelItems
类型:Microsoft.VisualStudio.Modeling.Diagrams.DiagramItemCollection
组中的顶级形状的集合。
- moveDelta
类型:Microsoft.VisualStudio.Modeling.Diagrams.PointD
形状的新的放置。
- hitDiagramItem
类型:Microsoft.VisualStudio.Modeling.Diagrams.DiagramItem
在其上执行命中测试的形状。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。