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 개체의 배열입니다.

적용 대상