Correct way to use Direct2D and mfc ?

  • Thread starter Thread starter GiuPa
  • Start date Start date
G

GiuPa

Guest
I'm developing a desktop application in c ++ and mfc, I need to create a stock chart using direct2d in a resizable window.
The problem is how to correctly implement the direct2d in mfc, I have seen that there are two ways one through the library d2d1.lib d2d1.h
while the second one with the CD2D classes of mfc, it seems to me that the second one is more optimal!
I have not found many examples! is there any example in mfc?
I would need an example of how to resize a rectangle through the right mouse button in a window!
Thank you!

Continue reading...
 
Back
Top