CompositeActivityDesigner.GetIntersectingDesigners Método

Definição

Recupera designers pertencentes à atividade raiz especificada que intersectam 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 topo para analisar.

rectangle
Rectangle

Área dentro do designer de topo a analisar.

Devoluções

Um array de ActivityDesigner objetos que intersecta uma parte do Retângulo especificado.

Aplica-se a