다음을 통해 공유


Diagram.RepositionShapes 메서드

다이어그램에서 모양의 위치를 다시 지정합니다.

네임스페이스:  Microsoft.VisualStudio.Modeling.Diagrams
어셈블리:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0(Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

구문

‘선언
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
)

매개 변수

  • ghostShapes
    형식: Microsoft.VisualStudio.Modeling.Diagrams.GhostShapeCollection
    위치를 변경할 고스트 모양의 컬렉션이거나 nullNull 참조(Visual Basic의 경우 Nothing)입니다.고스트 셰이프는 다이어그램에서 원래 위치에 있는 셰이프를 나타냅니다.이 매개 변수가 nullNull 참조(Visual Basic의 경우 Nothing)인 경우, 고스트 셰이프가 만들어집니다.

설명

셰이프 컬렉션의 유령이이 메서드를 전달 GetCompliantGroupBounds 의 최상위 부모 다이어그램의 셰이프를 해당 대상을 계산 합니다.

.NET Framework 보안

  • 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.

참고 항목

참조

Diagram 클래스

Microsoft.VisualStudio.Modeling.Diagrams 네임스페이스