ParallelActivityDesigner.GetDropTargets(Point) 方法

定义

返回表示有效放置位置的 ParallelActivityDesigner矩形数组。

protected:
 override cli::array <System::Drawing::Rectangle> ^ GetDropTargets(System::Drawing::Point dropPoint);
protected override System.Drawing.Rectangle[] GetDropTargets(System.Drawing.Point dropPoint);
override this.GetDropTargets : System.Drawing.Point -> System.Drawing.Rectangle[]
Protected Overrides Function GetDropTargets (dropPoint As Point) As Rectangle()

参数

dropPoint
Point

定义 Point 放置目标的 x 坐标和 y 坐标。

返回

表示 Rectangle 有效放置位置的 ParallelActivityDesigner数组。

适用于