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外觀和手感是要用的。

適用於