DragDropHelper.GetDragDropAnchorPoint(DragEventArgs) Metodo

Definizione

Recupera il punto di ancoraggio per un'operazione di trascinamento e rilascio.

public:
 static System::Windows::Point GetDragDropAnchorPoint(System::Windows::DragEventArgs ^ e);
public static System.Windows.Point GetDragDropAnchorPoint (System.Windows.DragEventArgs e);
static member GetDragDropAnchorPoint : System.Windows.DragEventArgs -> System.Windows.Point
Public Shared Function GetDragDropAnchorPoint (e As DragEventArgs) As Point

Parametri

e
DragEventArgs

Dati dell'evento di trascinamento.

Restituisce

Punto di ancoraggio.

Si applica a