Compartir a través de


CompositeActivityDesigner.GetIntersectingDesigners Método

Definición

Recupera diseñadores que pertenecen a la actividad raíz especificada que presentan una intersección con el á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

El diseñador de nivel superior para analizar.

rectangle
Rectangle

El área dentro del diseñador de nivel superior para analizar.

Devoluciones

Una matriz de los objetos ActivityDesigner que presentan una intersección con una parte del rectángulo especificado.

Se aplica a