共用方式為


SequentialWorkflowRootDesigner.OnPaint(ActivityDesignerPaintEventArgs) 方法

定義

繪製與 SequentialWorkflowRootDesigner 相關聯的頁首和頁尾。

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 包含 null 參考 (在 Visual Basic 中為 Nothing)。

備註

OnPaint 會使用適當的主題設定繪製任何要包含在頁首和頁尾的文字。 它也會繪製任何要包含在頁首和頁尾的影像。

注意 當您在衍生類別中覆寫 OnPaint 時,請務必呼叫 OnPaint 基類的 方法,讓已註冊的委派接收 事件。

適用於