共用方式為


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

拖曳事件資料。

傳回

錨點。

適用於