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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。