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陣列。

適用於