CompositeActivityDesigner.GetIntersectingDesigners 方法

定義

擷取屬於與指定區域交集之指定根活動的設計工具。

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

參數

topLevelDesigner
ActivityDesigner

要分析的最上層設計工具。

rectangle
Rectangle

要分析之最上層設計工具內的區域。

傳回

ActivityDesigner 物件陣列,這些物件與指定的矩形部分交集。

適用於