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

适用于