Share via


SequentialActivityDesigner.GetDropTargets(Point) 方法

定义

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

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

用于定义放置目标的 X 坐标和 Y 坐标的 Point

返回

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

适用于