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

适用于