C# 클래스 WoWmapper.Overlay.OverlayWindow

Interaction logic for OverlayWindow.xaml
상속: System.Windows.Window
파일 보기 프로젝트 열기: topher-au/WoWmapper 1 사용 예제들

공개 메소드들

메소드 설명
CloseOverlay ( ) : void
OverlayWindow ( ) : System
PopupNotification ( OverlayNotification notification ) : void
SetCrosshairState ( bool visible, int x, int y ) : void
SetWindowExTransparent ( IntPtr hwnd ) : void

보호된 메소드들

메소드 설명
OnSourceInitialized ( EventArgs e ) : void

비공개 메소드들

메소드 설명
ControllerThread ( ) : void
GetForegroundWindow ( ) : IntPtr
GetWindowLong ( IntPtr hwnd, int index ) : int
SetWindowLong ( IntPtr hwnd, int index, int newStyle ) : int

메소드 상세

CloseOverlay() 공개 메소드

public CloseOverlay ( ) : void
리턴 void

OnSourceInitialized() 보호된 메소드

protected OnSourceInitialized ( EventArgs e ) : void
e System.EventArgs
리턴 void

OverlayWindow() 공개 메소드

public OverlayWindow ( ) : System
리턴 System

PopupNotification() 공개 메소드

public PopupNotification ( OverlayNotification notification ) : void
notification OverlayNotification
리턴 void

SetCrosshairState() 공개 메소드

public SetCrosshairState ( bool visible, int x, int y ) : void
visible bool
x int
y int
리턴 void

SetWindowExTransparent() 공개 정적인 메소드

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