Compartir a través de


DragDropHelper.GetDragDropAnchorPoint(DragEventArgs) Método

Definición

Recupera el punto de anclaje de una operación de arrastrar y colocar.

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

Parámetros

e
DragEventArgs

Datos del evento de arrastre.

Devoluciones

Punto de anclaje.

Se aplica a