'宣言 Public Function GetPointFromMouseEvent( _ ByVal root As System.Windows.UIElement, _ ByVal mouseEvent As System.Windows.Input.MouseEventArgs _ ) As System.Windows.Point
public System.Windows.Point GetPointFromMouseEvent( System.Windows.UIElement root, System.Windows.Input.MouseEventArgs mouseEvent )
パラメータ
- root
- 座標基準として使用されるルート。
- mouseEvent
- 位置の取得元の System.Windows.Input.MouseEventArgs。
戻り値の型
ドキュメント座標のポイント。