C# 클래스 ARKBreedingStats.Win32Stuff

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

공개 메소드들

메소드 설명
GetSreenshotOfProcess ( String processName ) : Bitmap
GetWindowRect ( String processName ) : Rect
GrabCurrentScreen ( IntPtr hwnd ) : Bitmap
PrintWindow ( IntPtr hwnd ) : Bitmap

비공개 메소드들

메소드 설명
ClientToScreen ( IntPtr hWnd, Point &lpPoint ) : bool
GetClientRect ( IntPtr hWnd, Rect &lpRect ) : bool
GetForegroundWindow ( ) : IntPtr
GetWindowRect ( IntPtr hWnd, Rect &lpRect ) : bool
PrintWindow ( IntPtr hWnd, IntPtr hdcBlt, int nFlags ) : bool
SetForegroundWindow ( IntPtr hWnd ) : int
ShowWindow ( IntPtr hWnd, int nCmdShow ) : IntPtr

메소드 상세

GetSreenshotOfProcess() 공개 정적인 메소드

public static GetSreenshotOfProcess ( String processName ) : Bitmap
processName String
리턴 Bitmap

GetWindowRect() 공개 정적인 메소드

public static GetWindowRect ( String processName ) : Rect
processName String
리턴 Rect

GrabCurrentScreen() 공개 정적인 메소드

public static GrabCurrentScreen ( IntPtr hwnd ) : Bitmap
hwnd IntPtr
리턴 Bitmap

PrintWindow() 공개 정적인 메소드

public static PrintWindow ( IntPtr hwnd ) : Bitmap
hwnd IntPtr
리턴 Bitmap