FreeformActivityDesigner.MoveContainedDesigner Method

Definition

Moves the specified ActivityDesigner to the specified location.

public:
 void MoveContainedDesigner(System::Workflow::ComponentModel::Design::ActivityDesigner ^ containedDesigner, System::Drawing::Point newLocation);
public void MoveContainedDesigner (System.Workflow.ComponentModel.Design.ActivityDesigner containedDesigner, System.Drawing.Point newLocation);
member this.MoveContainedDesigner : System.Workflow.ComponentModel.Design.ActivityDesigner * System.Drawing.Point -> unit
Public Sub MoveContainedDesigner (containedDesigner As ActivityDesigner, newLocation As Point)

Parameters

containedDesigner
ActivityDesigner

The ActivityDesigner to move.

newLocation
Point

The Point that represents the designer's new location.

Exceptions

containedDesigner contains a null reference (Nothing in Visual Basic).

containedDesigner is not found in the ContainedDesigners collection.

Remarks

MoveContainedDesigner sets new bounds for the moved designer and performs all required layout operations for the FreeformActivityDesigner on the workflow design surface.

containedDesigner must be in a child of the FreeformActivityDesigner before you call MoveContainedDesigner. If it is not, MoveContainedDesigner throws an ArgumentException.

Applies to