다음을 통해 공유


CompositeActivityDesigner.OnLayoutSize 메서드

정의

축소 또는 확장과 같은 현재 상태를 기준으로 활동에 필요한 크기 및 자식 활동 목록을 계산하기 위해 호출됩니다.

protected:
 override System::Drawing::Size OnLayoutSize(System::Workflow::ComponentModel::Design::ActivityDesignerLayoutEventArgs ^ e);
protected override System.Drawing.Size OnLayoutSize (System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs e);
override this.OnLayoutSize : System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs -> System.Drawing.Size
Protected Overrides Function OnLayoutSize (e As ActivityDesignerLayoutEventArgs) As Size

매개 변수

e
ActivityDesignerLayoutEventArgs

이벤트 데이터를 포함하는 ActivityDesignerLayoutEventArgs입니다.

반환

Size

Size의 새 크기 설정이 포함된 CompositeActivityDesigner입니다.

설명

OnLayoutSize는 복합 Activity Designer에 들어 있는 각 Activity Designer의 크기 조정 작업을 수행합니다.

적용 대상