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