Metoda ShapeElement.MoveByRepositioning — (ElementGroupPrototype, DiagramItemCollection, PointD, DiagramItem)
Przenosi kształty w grupie o wartość określoną przez kursor myszy.
Przestrzeń nazw: Microsoft.VisualStudio.Modeling.Diagrams
Zestaw: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (w Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Składnia
'Deklaracja
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
)
Parametry
- elementGroupPrototype
Typ: Microsoft.VisualStudio.Modeling.ElementGroupPrototype
Grupę zawierającą przenoszenia kształtów.
- topLevelItems
Typ: Microsoft.VisualStudio.Modeling.Diagrams.DiagramItemCollection
Kolekcja kształtów najwyższego poziomu grupy.
- moveDelta
Typ: Microsoft.VisualStudio.Modeling.Diagrams.PointD
Nowe położenie kształtów.
- hitDiagramItem
Typ: Microsoft.VisualStudio.Modeling.Diagrams.DiagramItem
Kształt, na których można wykonać test zderzenia.
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Używanie bibliotek pochodzących z częściowo zaufanego kodu.