CompositeActivityDesigner.GetIntersectingDesigners Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves designers belonging to the specified root activity that intersect a specified area.
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()
Parameters
- topLevelDesigner
- ActivityDesigner
The top-level designer to analyze.
- rectangle
- Rectangle
Area within the top-level designer to analyze.
Returns
An array of ActivityDesigner objects that intersect a portion of the Rectangle specified.
Applies to
Bekerjasama dengan kami di GitHub
Sumber untuk kandungan ini boleh didapati di GitHub, di mana anda juga boleh mencipta dan menyemak isu dan menarik permintaan. Untuk maklumat lanjut, lihat panduan penyumbang kami.