Basic Library for WPF/Silverlight
C1TransformToVisual メソッド (Extensions)

C1.WPF.4.5.2 アセンブリ > C1.WPF 名前空間 > Extensions クラス : C1TransformToVisual メソッド
ソース座標を定義する System.Windows.UIElement
ターゲット座標を定義する System.Windows.UIElement
System.Windows.UIElementから指定されたオブジェクトに座標を変換するために使用できる変換オブジェクトを返します。
シンタックス
'宣言
 
Public Shared Function C1TransformToVisual( _
   ByVal element As System.Windows.UIElement, _
   ByVal visual As System.Windows.UIElement _
) As System.Windows.Media.GeneralTransform
public static System.Windows.Media.GeneralTransform C1TransformToVisual( 
   System.Windows.UIElement element,
   System.Windows.UIElement visual
)

パラメータ

element
ソース座標を定義する System.Windows.UIElement
visual
ターゲット座標を定義する System.Windows.UIElement

戻り値の型

System.Windows.UIElementから指定されたオブジェクトに座標を変換するために使用できる変換オブジェクト。
解説
これは、 System.Windows.UIElement.TransformToVisual(System.Windows.UIElement)の強化バージョンです。 System.Windows.Controls.Primitives.Popup内の UIElement と同様に、TransformToVisual が機能しない場合に機能します。
参照

Extensions クラス
Extensions メンバ