C# 클래스 win_cursor_plus.WindowsServices

파일 보기 프로젝트 열기: Ractiv/touch_plus_source_code 1 사용 예제들

공개 메소드들

메소드 설명
SetWindowExTransparent ( IntPtr hwnd ) : void

비공개 메소드들

메소드 설명
GetWindow ( IntPtr hWnd, GetWindowCmd uCmd ) : IntPtr
GetWindowLong ( IntPtr hwnd, int index ) : int
SetWindowLong ( IntPtr hwnd, int index, int newStyle ) : int
SetWindowPos ( IntPtr hWnd, IntPtr hWndInsertAfter, int x, int y, int cx, int cy, SetWindowPosFlags uFlags ) : int

메소드 상세

SetWindowExTransparent() 공개 정적인 메소드

public static SetWindowExTransparent ( IntPtr hwnd ) : void
hwnd System.IntPtr
리턴 void