CompositeActivityDesigner.OnPaint(ActivityDesignerPaintEventArgs) Method

Definition

Draws the visual representation of a composite activity 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

An ActivityDesignerPaintEventArgs that contains the drawing data.

Applies to