SequentialActivityDesigner.GetDropTargets(Point) Method

Definition

Returns array of rectangles that represent the valid drop locations within the 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()

Parameters

dropPoint
Point

The Point that defines the x- and y-coordinates for the drop target.

Returns

The Rectangle array that represents the valid drop locations within the SequentialActivityDesigner.

Applies to