FreeformActivityDesigner.MoveContainedDesigner 메서드

정의

지정된 위치를 지정한 ActivityDesigner 위치로 이동합니다.

public:
 void MoveContainedDesigner(System::Workflow::ComponentModel::Design::ActivityDesigner ^ containedDesigner, System::Drawing::Point newLocation);
public void MoveContainedDesigner(System.Workflow.ComponentModel.Design.ActivityDesigner containedDesigner, System.Drawing.Point newLocation);
member this.MoveContainedDesigner : System.Workflow.ComponentModel.Design.ActivityDesigner * System.Drawing.Point -> unit
Public Sub MoveContainedDesigner (containedDesigner As ActivityDesigner, newLocation As Point)

매개 변수

containedDesigner
ActivityDesigner

ActivityDesigner 이동할 수 있습니다.

newLocation
Point

Point 디자이너의 새 위치를 나타내는 값입니다.

예외

containedDesigner null 참조(Visual Basic Nothing)를 포함합니다.

containedDesigner 컬렉션에서 ContainedDesigners 찾을 수 없습니다.

설명

MoveContainedDesigner 는 이동된 디자이너에 대한 새 범위를 설정하고 워크플로 디자인 화면에서 필요한 모든 레이아웃 작업을 수행합니다 FreeformActivityDesigner .

containedDesigner는 호출FreeformActivityDesigner하기 전의 자식에 MoveContainedDesigner 있어야 합니다. 그렇지 않으면 .를 MoveContainedDesignerArgumentExceptionthrow합니다.

적용 대상