ParallelActivityDesigner.GetDropTargets(Point) Methode

Definition

Gibt ein Array von Rechtecks zurück, die die gültigen Drop-Positionen innerhalb der 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()

Parameter

dropPoint
Point

Die Point x- und y-Koordinaten für das Drop-Ziel werden definiert.

Gibt zurück

Das Rectangle Array, das die gültigen Droppositionen innerhalb der ParallelActivityDesigner.

Gilt für: