'宣言
Public Function GetRelativePointFromPoint( _
ByVal As System.Windows.UIElement, _
ByVal As System.Windows.Point _
) As System.Windows.Point
public System.Windows.Point GetRelativePointFromPoint(
System.Windows.UIElement ,
System.Windows.Point
)
パラメータ
- root
- 基準として使用する System.Windows.UIElement。
- point
- ドキュメント座標のポイント。
戻り値の型
ドキュメント座標で指定されたポイントの、要素に対する相対的なポイント。