I want to port my C # application from GDI + to Direct2D (C ++ / CLI wrapper) for performance reasons. However, I do not know how to solve this problem. I have some shapes and images that I can move. I am currently doing this using GraphicsPath.IsVisible most of the time. Do you know what would be equivalent in Direct2D?
source
share