Basic Library for WPF/Silverlight
GetPosition メソッド (DragDropEventArgs)

C1.WPF.4.5.2 アセンブリ > C1.WPF 名前空間 > DragDropEventArgs クラス : GetPosition メソッド
戻り値の座標系を決定する System.Windows.UIElement
指定された System.Windows.UIElementに相対的なマウス座標を取得します。
シンタックス
'宣言
 
Public Function GetPosition( _
   ByVal relativeTo As System.Windows.UIElement _
) As System.Windows.Point
public System.Windows.Point GetPosition( 
   System.Windows.UIElement relativeTo
)

パラメータ

relativeTo
戻り値の座標系を決定する System.Windows.UIElement

戻り値の型

relativeToパラメータで指定された System.Windows.UIElementに相対的なマウス座標を含む System.Windows.Point
参照

DragDropEventArgs クラス
DragDropEventArgs メンバ