DragDropHelper.GetDragDropAnchorPoint(DragEventArgs) 方法
定义
检索拖放操作的定位点。Retrieves the anchor point for a drag-and-drop operation.
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
参数
拖动事件数据。The drag event data.
返回
定位点。The anchor point.