次の方法で共有


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

適用対象