다음을 통해 공유


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

끌기 이벤트 데이터입니다.

반환

앵커 지점입니다.

적용 대상