Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,
I am using directx to plot graph in WPF. Here D3dIMAGE i am using to render directx interface. My plotted graph is correctly visible in normal CRT monitor but same is not visible properly in Touchscreen monitor. Here vedio driver is same and board is same and only monitor is giving propblem. Please suggest me what i have to do.

Thanks and regards
Vithal
Posted

Do you use raw DirectX in WPF? Why? WPF itself provides you with everything to do plotting; its implementation is already based on DirectX. Just use WPF imaging capabilities and stay out of trouble.

Plotting is a routine type of problems for WPF; WPF is perfectly equipped to solve them.

—SA
 
Share this answer
 
Ya but performance was very low, Thats why we went with the Raw directx. Did u faced any display issue like us.??
 
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