C# 클래스 AdvancedLauncher.Tools.Extensions.HwndSourceExtensions

파일 보기 프로젝트 열기: GoldRenard/DMOAdvancedLauncher

공개 메소드들

메소드 설명
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