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

適用於