'宣言 Public Overloads Shared Function PointFromScreenSafe( _ ByVal element As Visual, _ ByVal point As Point, _ ByVal refElement As Visual _ ) As Point
public static Point PointFromScreenSafe( Visual element, Point point, Visual refElement )
注: XBAP アプリケーションでは、PointFromScreen を呼び出すためのアクセス権を持ちません。この状況で refElement を調べ、null でなければ、共通の先祖要素を取得し、それからポイントを割り当てます。refElement が null の場合、視覚的なツリーを最上位要素まで遡り、それからポイントを割り当てます。
Utilities クラス Utilities メンバ オーバーロード一覧