Compartilhar via


CompositeActivityDesigner.GetIntersectingDesigners Método

Definição

Recupera os designers pertencentes à atividade raiz especificada que interseccionam uma á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

O designer de nível superior a ser analisado.

rectangle
Rectangle

Área dentro do designer de nível superior a ser analisada.

Retornos

ActivityDesigner[]

Uma matriz de objetos ActivityDesigner que interseccionam uma parte do retângulo especificado.

Aplica-se a