ParallelActivityDesigner.OnPaint(ActivityDesignerPaintEventArgs) Method

Definition

Draws the visual representation of the activity associated with the ParallelActivityDesigner at design time.

protected:
 override void OnPaint(System::Workflow::ComponentModel::Design::ActivityDesignerPaintEventArgs ^ e);
protected override void OnPaint (System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs e);
override this.OnPaint : System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs -> unit
Protected Overrides Sub OnPaint (e As ActivityDesignerPaintEventArgs)

Parameters

e
ActivityDesignerPaintEventArgs

The ActivityDesignerPaintEventArgs that contains the drawing arguments.

Applies to