C# Class ThemeEditor.WPF.NativeMethods

Exibir arquivo Open project: usagirei/3DS-Theme-Editor

Private Methods

Method Description
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