ActivityDesigner.OnLayoutSize(ActivityDesignerLayoutEventArgs) 메서드

정의

에서 시각적 신호 또는 자식 활동 디자이너의 크기를 반환합니다 ActivityDesigner.

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

매개 변수

e
ActivityDesignerLayoutEventArgs

ActivityDesignerLayoutEventArgs 이벤트 데이터가 포함된 항목입니다.

반품

시각적 신호 또는 자식 활동 디자이너에 대한 새 크기 설정입니다.

예외

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

적용 대상