다음을 통해 공유


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
ActivityDesignerPaintEventArgs

이벤트 데이터를 포함하는 ActivityDesignerPaintEventArgs입니다.

예외

e에 null 참조(Visual Basic의 경우 Nothing)가 포함된 경우

설명

OnPaint는 해당 테마 설정을 통해 머리글 및 바닥글을 포함할 텍스트를 그립니다. 또한 머리글 및 바닥글에 포함할 이미지를 그립니다.

참고 재정의 하는 경우 OnPaint 파생된 클래스에서 호출 해야 합니다 OnPaint 대리자를 등록 하는 기본 클래스의 메서드는 이벤트를 받도록 합니다.

적용 대상