Sdílet prostřednictvím


Diagram.RepositionShapes – metoda

Přemístí obrazců v diagramu.

Obor názvů:  Microsoft.VisualStudio.Modeling.Diagrams
Sestavení:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (v Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)

Syntaxe

'Deklarace
Public Sub RepositionShapes ( _
    topLevelItems As DiagramItemCollection, _
    moveDelta As PointD, _
    ghostShapes As GhostShapeCollection, _
    hitDiagramItem As DiagramItem _
)
public void RepositionShapes(
    DiagramItemCollection topLevelItems,
    PointD moveDelta,
    GhostShapeCollection ghostShapes,
    DiagramItem hitDiagramItem
)

Parametry

  • ghostShapes
    Typ: Microsoft.VisualStudio.Modeling.Diagrams.GhostShapeCollection
    Kolekce obrazců ghost přemístit, nebo nullodkaz null (Nothing v jazyce Visual Basic).Ghost obrazce představují obrazců v diagramu svých původních místech.Pokud je tento parametr nullodkaz null (Nothing v jazyce Visual Basic), jsou vytvořeny obrazce ghost.

Poznámky

Tato metoda předá kolekce ghost obrazců k GetCompliantGroupBounds k výpočtu určení nejvyšší úrovně nadřazeného obrazce v diagramu.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

Diagram Třída

Microsoft.VisualStudio.Modeling.Diagrams – obor názvů