CompositeActivityDesigner.GetIntersectingDesigners Method

Definition

Retrieves designers belonging to the specified root activity that intersect a specified area.

public:
 static cli::array <System::Workflow::ComponentModel::Design::ActivityDesigner ^> ^ GetIntersectingDesigners(System::Workflow::ComponentModel::Design::ActivityDesigner ^ topLevelDesigner, System::Drawing::Rectangle rectangle);
public static System.Workflow.ComponentModel.Design.ActivityDesigner[] GetIntersectingDesigners (System.Workflow.ComponentModel.Design.ActivityDesigner topLevelDesigner, System.Drawing.Rectangle rectangle);
static member GetIntersectingDesigners : System.Workflow.ComponentModel.Design.ActivityDesigner * System.Drawing.Rectangle -> System.Workflow.ComponentModel.Design.ActivityDesigner[]
Public Shared Function GetIntersectingDesigners (topLevelDesigner As ActivityDesigner, rectangle As Rectangle) As ActivityDesigner()

Parameters

topLevelDesigner
ActivityDesigner

The top-level designer to analyze.

rectangle
Rectangle

Area within the top-level designer to analyze.

Returns

An array of ActivityDesigner objects that intersect a portion of the Rectangle specified.

Applies to