Directx应用程序显示问题
问题描述:
大家好,
我正在使用DirectX在WPF中绘制图形.我在这里使用D3dIMAGE渲染DirectX界面.我的绘图图在普通CRT显示器中正确可见,但在触摸屏显示器中却不正确.在这里,视频驱动程序是相同的,板子是相同的,只有显示器出现问题.请建议我该怎么做.
谢谢和问候
Vithal
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
答
您是否在WPF中使用原始DirectX?为什么? WPF本身为您提供绘图所需的一切;它的实现已经基于DirectX.只需使用WPF成像功能,就可以避免麻烦.
绘制是WPF的常规问题. WPF完全有能力解决这些问题.—SA
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
是的,但是性能很低,这就是为什么我们使用Raw Directx.您是否遇到了像我们这样的显示问题??
Ya but performance was very low, Thats why we went with the Raw directx. Did u faced any display issue like us.??