C# 클래스 ThemeEditor.WPF.NativeMethods

파일 보기 프로젝트 열기: usagirei/3DS-Theme-Editor

비공개 메소드들

메소드 설명
BitBlt ( IntPtr destinationDcHandle, int destinationX, int destinationY, int width, int height, IntPtr sourceDcHandle, int sourceX, int sourceY, CopyPixelOperation rasterOperation ) : bool
CreateCompatibleBitmap ( IntPtr dcHandle, int width, int height ) : IntPtr
CreateCompatibleDC ( IntPtr dcHandle ) : IntPtr
DeleteDC ( IntPtr dcHandle ) : bool
DeleteObject ( IntPtr objectHandle ) : bool
GetDC ( IntPtr windowHandle ) : IntPtr
GetDesktopWindow ( ) : IntPtr
GetForegroundWindow ( ) : IntPtr
GetWindowDC ( IntPtr windowHandle ) : IntPtr
GetWindowRect ( IntPtr windowHandle, NativeRectangle &rectangle ) : bool
ReleaseDC ( IntPtr windowHandle, IntPtr dcHandle ) : bool
SelectObject ( IntPtr dcHandle, IntPtr objectHandle ) : IntPtr