C# Класс AdvancedLauncher.Tools.Extensions.HwndSourceExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
TransformClientToScreen ( this hwndSource, Point point ) : Point

Transform a point from "client" coordinate space of a window into the "screen" coordinate space.

TransformScreenToClient ( this hwndSource, Point point ) : Point

Transform a point from "screen" coordinate space into the "client" coordinate space of the window.

Описание методов

TransformClientToScreen() публичный статический метод

Transform a point from "client" coordinate space of a window into the "screen" coordinate space.
public static TransformClientToScreen ( this hwndSource, Point point ) : Point
hwndSource this
point System.Windows.Point
Результат System.Windows.Point

TransformScreenToClient() публичный статический метод

Transform a point from "screen" coordinate space into the "client" coordinate space of the window.
public static TransformScreenToClient ( this hwndSource, Point point ) : Point
hwndSource this
point System.Windows.Point
Результат System.Windows.Point