Drawing with DirectDraw

Hello,

just want to let you guys know we can use DirectDraw drawing methods with ID2D1RenderTarget class in C++.

If someone needs some special graphics class method to draw with DirectDraw on Windows, we could add a few methods for MBS Xojo Win Plugin.

Greetings
Christian

See ID2D1RenderTarget in MSDN.

We’ll see if some people have ideas and I may add a few functions :slight_smile:

We’ll extend this and make a new DirectDrawGraphicsMBS class for next prerelease.
It may help some people with drawing dashed lines and maybe we can add more methods over time.