ReadOnlyActivityGlyph.OnPaint 메서드

정의

활동 디자이너 화면에 문자 모양을 렌더링하는 데 필요한 모든 작업을 수행합니다.

protected:
 override void OnPaint(System::Drawing::Graphics ^ graphics, bool activated, System::Workflow::ComponentModel::Design::AmbientTheme ^ ambientTheme, System::Workflow::ComponentModel::Design::ActivityDesigner ^ designer);
protected override void OnPaint (System.Drawing.Graphics graphics, bool activated, System.Workflow.ComponentModel.Design.AmbientTheme ambientTheme, System.Workflow.ComponentModel.Design.ActivityDesigner designer);
override this.OnPaint : System.Drawing.Graphics * bool * System.Workflow.ComponentModel.Design.AmbientTheme * System.Workflow.ComponentModel.Design.ActivityDesigner -> unit
Protected Overrides Sub OnPaint (graphics As Graphics, activated As Boolean, ambientTheme As AmbientTheme, designer As ActivityDesigner)

매개 변수

graphics
Graphics

채우기 및 그리기 작업을 수행할 Graphics입니다.

activated
Boolean

문자 모양이 디자인 화면에 표시되면 true이고, 그렇지 않을 경우에는 false입니다.

ambientTheme
AmbientTheme

앰비언트 속성 설정에 액세스할 때 사용할 AmbientTheme입니다.

designer
ActivityDesigner

사용자 작업에 대한 정보를 가져올 ActivityDesigner입니다.

적용 대상