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

適用対象