Basic Library for UWP/WinRT XAML
C1TransformToVisual メソッド

ソース座標を定義する Windows.UI.Xaml.UIElement
ターゲット座標を定義する Windows.UI.Xaml.UIElement
Windows.UI.Xaml.UIElement から指定されたオブジェクトに座標を変換するために使用できる変換オブジェクトを返します。
構文
'宣言
 
Public Shared Function C1TransformToVisual( _
   ByVal element As Windows.UI.Xaml.UIElement, _
   ByVal visual As Windows.UI.Xaml.UIElement _
) As Windows.UI.Xaml.Media.GeneralTransform
public static Windows.UI.Xaml.Media.GeneralTransform C1TransformToVisual( 
   Windows.UI.Xaml.UIElement element,
   Windows.UI.Xaml.UIElement visual
)

パラメータ

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

戻り値の型

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

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

Extensions クラス
Extensions メンバ

Send Feedback