CompositeActivityDesigner.GetIntersectingDesigners Método

Definición

Recupera diseñadores que pertenecen a la actividad raíz especificada que interseca un área especificada.

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()

Parámetros

topLevelDesigner
ActivityDesigner

Diseñador de nivel superior que se va a analizar.

rectangle
Rectangle

Área dentro del diseñador de nivel superior que se va a analizar.

Devoluciones

Matriz de ActivityDesigner objetos que intersecan una parte del rectángulo especificado.

Se aplica a