CompositeActivityDesigner.GetIntersectingDesigners Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
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.