共用方式為


StructuredCompositeActivityDesigner.GetDropTargets(Point) 方法

定義

傳回 StructuredCompositeActivityDesigner 介面上有效置放位置的陣列。

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

參數

dropPoint
Point

要向其查詢設計介面的 Point

傳回

Rectangle[]

Rectangle 陣列,表示 StructuredCompositeActivityDesigner 介面上的有效置放位置。

適用於