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[]

StructuredCompositeActivityDesigner サーフェイス上の有効な格納場所を表す Rectangle 配列。

適用対象