ActivityPreviewDesigner.GetDropTargets(Point) Method

Definition

Returns an array of rectangles that represent the valid drop locations within the ActivityPreviewDesigner.

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 ActivityPreviewDesigner.

Remarks

If dropPoint is in the ActivityPreviewDesigner preview strip, GetDropTargets returns the possible drop targets in the strip.

Applies to