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

ドラッグ イベント データ。

返品

アンカー ポイント。

適用対象