CompositeActivityDesigner.PaintContainedDesigners メソッド

定義

グラフィックス オブジェクト上のクリップ領域を調整し、含まれているすべてのデザイナーについて OnPaint(ActivityDesignerPaintEventArgs) を呼び出します。

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

パラメーター

e
ActivityDesignerPaintEventArgs

描画に使用する EventArgs

適用対象