ShapeElement.MoveByRepositioning 方法 (ElementGroupPrototype, DiagramItemCollection, PointD, DiagramItem)
用鼠标位置确定的量组中重新定位形状。
命名空间: Microsoft.VisualStudio.Modeling.Diagrams
程序集: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。