Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in gdi

Draw Slightly Transparent Blue Rectangle in Native Win32 GDI

c++ winapi gdi

Winforms: How to speed up Invalidate()?

c# .net winforms gdi+ gdi

How to handle WM_ERASEBKGND to avoid flickering?

how do I do print preview in win32 c++?

Invert Text Color depending on BackColor

c# .net winforms gdi+ gdi

Understanding Device Contexts

mfc gdi

Is there a faster alternative to GDI GetPixel()?

.net windows gdi+ gdi winapi

Is there something special about using BeginPaint/EndPain and not GetDC/ReleaseDC in response to WM_PAINT message?

c++ winapi gdi paint wm-paint

Transparency to text in GDI

winapi gdi

How to get list of GDI handles

c++ c windows winapi gdi

Is GDI+ just a layer on top of GDI, or something new?

gdi+ gdi

OpenGL stereo in layered window

c++ windows opengl windows-7 gdi

C++ Drawing directly to the screen (like an overlay)

c++ windows directx gdi+ gdi

Is it possible to determine the fonts Windows chooses for font-linking?

C++/Win32: How to get the alpha channel from an HBITMAP?

Disable antialiasing for a specific GDI device context

c# winapi hook gdi cleartype

What exactly is a Graphic Context?

c opengl gdi x11 quartz-2d

Confused between logical coordinates and device coordinates in Windows API

How to find the EXACT pixel height of text rendered in Windows using DrawText

c++ windows gdi