SequentialActivityDesigner.GetDropTargets(Point) Método

Definição

Devolve um array de retângulos que representam as localizações válidas de drop dentro do 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()

Parâmetros

dropPoint
Point

O Point que define as coordenadas x e y para o alvo de queda.

Devoluções

O Rectangle array que representa as localizações válidas de drop dentro do SequentialActivityDesigner.

Aplica-se a