System.Windows.UIElementに対する相対的なポイントの、ドキュメント座標でのポイントを返します。
シンタックス
'宣言
Public Function GetPointFromRelativePoint( _
ByVal As System.Windows.UIElement, _
ByVal As System.Windows.Point _
) As System.Windows.Point
public System.Windows.Point GetPointFromRelativePoint(
System.Windows.UIElement ,
System.Windows.Point
)
パラメータ
- root
- ポイントの基準となる System.Windows.UIElement。
- point
- ルートの座標による System.Windows.Point。
戻り値の型
ドキュメント座標のポイント。
参照