C# 클래스 System.Windows.Automation.NativeMethods

파일 보기 프로젝트 열기: mono/uia2atk

Private Properties

프로퍼티 타입 설명
ChildWindowAtPosition System.IntPtr
GetChildWindowHandles System.IntPtr[]
NativeMethods System
XQueryTree int
gdk_win32_window_get_handle System.IntPtr
gdk_window_get_origin int
gdk_window_get_size int
gdk_window_is_viewable int
gdk_x11_display_get_xdisplay System.IntPtr
gdk_x11_window_foreign_new_for_display System.IntPtr
gdk_x11_window_get_xid System.IntPtr

공개 메소드들

메소드 설명
GetScreenBound ( int &width, int &height ) : void
GetWindowHandle ( Gdk win ) : IntPtr
TopWindowAtPosition ( int px, int py ) : Gdk.Window
WindowAtPosition ( int px, int py ) : IntPtr

비공개 메소드들

메소드 설명
ChildWindowAtPosition ( IntPtr root, int px, int py, bool checkRoot ) : IntPtr
GetChildWindowHandles ( IntPtr rootWin ) : System.IntPtr[]
NativeMethods ( ) : System
XQueryTree ( IntPtr display, IntPtr w, IntPtr &rootReturn, IntPtr &parentReturn, IntPtr &childrenReturn, int &childrenReturnCount ) : int
gdk_win32_window_get_handle ( IntPtr handle ) : IntPtr
gdk_window_get_origin ( IntPtr window, int &x, int &y ) : int
gdk_window_get_size ( IntPtr window, int &x, int &y ) : int
gdk_window_is_viewable ( IntPtr window ) : int
gdk_x11_display_get_xdisplay ( IntPtr handle ) : IntPtr
gdk_x11_window_foreign_new_for_display ( IntPtr display, IntPtr window ) : IntPtr
gdk_x11_window_get_xid ( IntPtr handle ) : IntPtr

메소드 상세

GetScreenBound() 공개 정적인 메소드

public static GetScreenBound ( int &width, int &height ) : void
width int
height int
리턴 void

GetWindowHandle() 공개 정적인 메소드

public static GetWindowHandle ( Gdk win ) : IntPtr
win Gdk
리턴 System.IntPtr

TopWindowAtPosition() 공개 정적인 메소드

public static TopWindowAtPosition ( int px, int py ) : Gdk.Window
px int
py int
리턴 Gdk.Window

WindowAtPosition() 공개 정적인 메소드

public static WindowAtPosition ( int px, int py ) : IntPtr
px int
py int
리턴 System.IntPtr