ConnectionPoint.OnPaint(ActivityDesignerPaintEventArgs, Boolean) 메서드

정의

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

public:
 void OnPaint(System::Workflow::ComponentModel::Design::ActivityDesignerPaintEventArgs ^ e, bool drawHighlighted);
public void OnPaint(System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs e, bool drawHighlighted);
member this.OnPaint : System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs * bool -> unit
Public Sub OnPaint (e As ActivityDesignerPaintEventArgs, drawHighlighted As Boolean)

매개 변수

e
ActivityDesignerPaintEventArgs

ActivityDesignerPaintEventArgs 데이터가 들어 있는 항목입니다.

drawHighlighted
Boolean

true강조 표시된 연결점을 그리려면 그렇지 않으면 . false

적용 대상