DesignerGlyph.OnPaint 메서드

정의

파생 클래스에서 재정의되는 경우 활동 디자이너 화면에서 문자 모양을 렌더링하는 데 필요한 모든 작업을 수행합니다.

protected:
 abstract void OnPaint(System::Drawing::Graphics ^ graphics, bool activated, System::Workflow::ComponentModel::Design::AmbientTheme ^ ambientTheme, System::Workflow::ComponentModel::Design::ActivityDesigner ^ designer);
protected abstract void OnPaint(System.Drawing.Graphics graphics, bool activated, System.Workflow.ComponentModel.Design.AmbientTheme ambientTheme, System.Workflow.ComponentModel.Design.ActivityDesigner designer);
abstract member OnPaint : System.Drawing.Graphics * bool * System.Workflow.ComponentModel.Design.AmbientTheme * System.Workflow.ComponentModel.Design.ActivityDesigner -> unit
Protected MustOverride 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 사용자 작업에 대한 정보를 가져올 원본입니다.

설명

OnPaint은 주석 문자 모양의 CommentIndicatorPen 범위를 그리고 채우기 위해 사용합니다CommentIndicatorBrush.

적용 대상