First post:
csreddy wrote: I have been using System.Drawing in .net to render an indicia but having rendering issues on high load (around 1 million transaction per day). Do you think I can use Win API code pack (D...
Latest post:
xyzzer wrote: Why wouldn't you be able to use it? System.Drawing is a wrapper over GDI+, which is an older technology that renders using mostly CPU. Direct2D is a lot faster, uses GPU freeing the CPU f...