Share via


DragDropHelper.GetDragDropAnchorPoint(DragEventArgs) 方法

定义

检索拖放操作的定位点。

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

参数

e
DragEventArgs

拖动事件数据。

返回

定位点。

适用于