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)

매개 변수

drawHighlighted
Boolean

강조 표시된 연결 지점을 그릴 경우에는 true이고, 그렇지 않을 경우에는 false입니다.

적용 대상