Direct2D is a hardware-accelerated, immediate-mode, 2-D graphics API that provides high performance and high-quality rendering for 2-D geometry, bitmaps, and text.
I'm programming a simulation at the moment, and I want to port my application from using GDI to using Direct2…
c++ winapi direct2dI'm working a lot with Visual Studio 2008, .NET C# 2.0-3.5 and Windows Forms and I have noticed, like many before …
c# gdi direct2d slimdx devexpress-windows-uiCould somebody provide an example of an efficient way to work with pixels using Direct2D? For example, how can …
direct2d directdrawI'm trying to draw semi-transparent rectangles on an invisible HWND. However, clearing the window with ID2D1HwndRenderTarget::Clear just …
c++ c transparency hwnd direct2dWhile looking for alternatives to replace GDI, I was trying to test Delphi's 2010 TDirect2DCanvas performance in Windows 7. I tested …
delphi delphi-2010 gdi delphi-xe direct2d