Share via


ActivityDesignerLayoutEventArgs(Graphics, ActivityDesignerTheme) 생성자

정의

지정된 그래픽 및 디자이너 테마를 사용하여 ActivityDesignerLayoutEventArgs 클래스의 새 인스턴스를 초기화합니다.

public:
 ActivityDesignerLayoutEventArgs(System::Drawing::Graphics ^ graphics, System::Workflow::ComponentModel::Design::ActivityDesignerTheme ^ designerTheme);
public ActivityDesignerLayoutEventArgs (System.Drawing.Graphics graphics, System.Workflow.ComponentModel.Design.ActivityDesignerTheme designerTheme);
new System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs : System.Drawing.Graphics * System.Workflow.ComponentModel.Design.ActivityDesignerTheme -> System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs
Public Sub New (graphics As Graphics, designerTheme As ActivityDesignerTheme)

매개 변수

graphics
Graphics

디자이너의 레이아웃에 사용하는 Graphics입니다.

designerTheme
ActivityDesignerTheme

모양 및 느낌에 사용할 ActivityDesignerTheme입니다.

적용 대상