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 セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。