CompositeActivityDesigner.OnPaint(ActivityDesignerPaintEventArgs) メソッド

定義

デザイン時に複合アクティビティの視覚的表現を描画します。

protected:
 override void OnPaint(System::Workflow::ComponentModel::Design::ActivityDesignerPaintEventArgs ^ e);
protected override void OnPaint (System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs e);
override this.OnPaint : System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs -> unit
Protected Overrides Sub OnPaint (e As ActivityDesignerPaintEventArgs)

パラメーター

e
ActivityDesignerPaintEventArgs

描画データを格納している ActivityDesignerPaintEventArgs

適用対象