Metoda ShapeElement.MoveByRepositioning — (ElementGroupPrototype, DiagramItemCollection, PointD, DiagramItem)
Zmiana kształtów w grupie o kwotę, która określa położenie myszy.
Przestrzeń nazw: Microsoft.VisualStudio.Modeling.Diagrams
Zestaw: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (w Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.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
Grupa zawiera przenoszenia kształtów.
- topLevelItems
Typ: Microsoft.VisualStudio.Modeling.Diagrams.DiagramItemCollection
Kolekcja kształtów najwyższego poziomu w grupie.
- 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ć testu trafienia.
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 Przy użyciu bibliotek z częściowo zaufanego kodu..