Connector.OnPaint(ActivityDesignerPaintEventArgs) Method

Definition

Renders the Connector on the workflow design surface.

protected public:
 virtual void OnPaint(System::Workflow::ComponentModel::Design::ActivityDesignerPaintEventArgs ^ e);
protected internal virtual void OnPaint (System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs e);
abstract member OnPaint : System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs -> unit
override this.OnPaint : System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs -> unit
Protected Friend Overridable Sub OnPaint (e As ActivityDesignerPaintEventArgs)

Parameters

e
ActivityDesignerPaintEventArgs

The ActivityDesignerPaintEventArgs that contains the drawing data.

Applies to