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. The Direct2D API is designed to interoperate well with GDI, GDI+, and Direct3D.
Questions tagged [direct2d]
738 questions
-2
votes
1 answer
Problems with ID2D1bitmap
I'm trying to save a ID2D1bitmap to a file according to this How to save ID2D1Bitmap to PNG file
Can this be done in windows 7? without any platform update?
I get an Unhandled exception. (Aceess violation reading) at :
if (SUCCEEDED(hr))
{
hr =…

user2557850
- 119
- 1
- 3
- 14
-2
votes
1 answer
Draw Text along a path
I need to draw text along a curved path/bezier. Does somebody happen to have a tutorial ready or even some sample code to digest?
Thx
Fortis

f0rt1s
- 396
- 1
- 3
- 12
-4
votes
2 answers
TThread + Thumbnails
I need your help in the following situation. I know it's been discussed many many times, the way one should work with threads, using Synchronize / Critical Sections and so on. So do not blame me for asking this question again, because in my…

serhiyiv
- 183
- 1
- 2
- 10