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 对象的数组。

适用于