Top "Direct2d" questions

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.

GDI versus Direct2D

I'm programming a simulation at the moment, and I want to port my application from using GDI to using Direct2…

c++ winapi direct2d
Direct2D / GDI+ and slow Windows forms drawing - What can be done?

I'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-ui
How to work with pixels using Direct2D

Could somebody provide an example of an efficient way to work with pixels using Direct2D? For example, how can …

direct2d directdraw
How do I clear a Direct2D render target to fully transparent

I'm trying to draw semi-transparent rectangles on an invisible HWND. However, clearing the window with ID2D1HwndRenderTarget::Clear just …

c++ c transparency hwnd direct2d
Is TDirect2DCanvas slow or am I doing something wrong?

While 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