- Direct2D
-
Direct2D is a 2D and vector graphics application programming interface (API) designed by Microsoft and implemented in Windows 7 and Windows Server 2008 R2, and also Windows Vista and Windows Server 2008 (with Platform Update installed)[1] and Platform Update Supplement for Windows Vista and for Windows Server 2008(KB2117917)[2] & KB2505189[3] update installed.
Microsoft has fixed many Direct2D bugs in Windows 7 through Windows 7 Service Pack 1(SP1)[4] and KB2505438 update[5].
Direct2D offers high quality and fast performance while maintaining interoperability with GDI/GDI+ APIs and Direct3D/DirectDraw APIs.[6] It can take advantage of hardware acceleration through compatible graphics cards.
Contents
Overview
Direct2D is a native code API based on C++ that can be called by managed code and uses a "lightweight COM" approach just like Direct3D, with minimal amount of abstraction. However, unlike WPF and similarly to GDI/GDI+, Direct2D is an "immediate mode" rendering API with simple BeginDraw/Draw/EndDraw calls; Direct2D has no concept of a "scene" and does not use retained tree structures, and the rendering state is preserved between drawing calls.
Direct2D can minimize CPU usage and utilise hardware rendering on a graphics card that supports Direct3D 10.1 and/or Direct3D 10 Feature Level 9 with WDDM 1.1 drivers, falling back to software rendering using WARP10 in situations when hardware is not available, such as session 0, and for remote server-side rendering. Direct2D performance and memory usage scale linearly with primitive counts in both software and hardware.
Direct2D supports high-quality rendering with the following features:
- ClearType text rendering (provided by DirectWrite)
- Per primitive antialiasing
- Draw and fill commands for geometries (lines, curves) and bitmaps
- Solid color, linear, radial, and bitmap brushes.
- Rendering to intermediate layers
- Rich geometry operations (e.g. unions, intersections, widening, outlining, etc.)
Direct2D allows interoperability with GDI, GDI+, and Direct3D and permits rendering to and from a Direct3D surface, as well as to and from a GDI/GDI+ device context (HDC) with full serialization of surfaces and device contexts, which enables it to work with other native Windows technologies such as DirectWrite, Windows Imaging Component, etc. Such interoperability allows developers to gradually replace critical code paths with Direct2D code without the need to overhaul their entire source code.
Direct2D uses a device-independent coordinate system, which allows automatic GUI scaling for different DPI settings that depend on various display resolutions and monitor sizes.
Implementations
Internet Explorer 9 and Mozilla Firefox 7 use Direct2D and DirectWrite for improved performance and visual quality.
See also
- DirectX
- DirectWrite
- Direct3D
- GDI
- GDI+
References
- ^ http://blogs.technet.com/thomasolsen/archive/2009/03/24/updated-direct2d-in-march-directx-sdk.aspx
- ^ http://support.microsoft.com/kb/2117917
- ^ http://support.microsoft.com/kb/2505189
- ^ http://www.microsoft.com/downloads/en/details.aspx?FamilyID=c3202ce6-4056-4059-8a1b-3a9b77cdfdda
- ^ http://support.microsoft.com/kb/2505438
- ^ http://msdn.microsoft.com/en-us/library/dd370990(VS.85).aspx
External links
- Blog of Direct2D Lead Developer Thomas Olsen
- Blog of Direct2D Developer Tom Mulcahy
- Direct2D White Papers
- Windows 7: Introducing Direct2D and DirectWrite - PDC 2008 video
- Windows API Code Pack for Microsoft .NET Framework - allows developing Direct2D apps in managed code
- Introducing Direct2D - June 2009 issue of MSDN Magazine
- Drawing with Direct2D - September 2009 issue of MSDN Magazine
- Direct2D API for Microsoft .Net Framework 4 - Direct2D API for Microsoft .Net Framework 4
Microsoft APIs and frameworks Graphics Audio Multimedia Web Data access Networking Communication Administration and
managementComponent model Libraries Device drivers Windows Driver Model · Windows Driver Foundation (KMDF · UMDF) · WDDM · NDIS · UAA · Broadcast Driver Architecture · VxDSecurity .NET Software factories IPC Accessibility Text and multilingual
supportCategories:- Graphics libraries
- DirectX
Wikimedia Foundation. 2010.