I have been fighting this for a while, I am making a WPF DVD playback control and it works great and can even take you to the root menu, title menu, and everything. However I am trying to get it to detect my mouse when it is over an option on the DVD however I need a System.Drawing.Point and WPF uses a System.Windows.Point. So I need to be able to convert System.windows.Point to System.Drawing.Point. Windows.Point is a double and Drawing.Point is a int.
Thank you sooooooooo much ahead!
Brandon