Click here to Skip to main content
15,891,204 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I am using directx graph plotting in my wpf application. I am using using D3DIMAGE for using the directx screen in wpf window. But i am facing the flickering issues for the Menu's that fall under directx area.
If any of you faced and solved this problem please give me suggesion.

Thanks in advance
Vithal
Posted

1 solution

I suggest you use pure WPF 3D capabilities instead.

It is not clear why using interoperability (System.Windows.Interop.D3DImage). However, if your still need it (legacy or other reasons), you need to show your code.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900