'宣言
Public Shared Function C1TransformToVisual( _
ByVal As System.Windows.UIElement, _
ByVal As System.Windows.UIElement _
) As System.Windows.Media.GeneralTransform
public static System.Windows.Media.GeneralTransform C1TransformToVisual(
System.Windows.UIElement ,
System.Windows.UIElement
)
パラメータ
- element
- ソース座標を定義する System.Windows.UIElement。
- visual
- ターゲット座標を定義する System.Windows.UIElement。
戻り値の型
System.Windows.UIElement から指定されたオブジェクトに座標を変換するために使用できる変換オブジェクト。