I\'ve been linked in the past to this response to a similar question on converting WPF pixel coordinates to desktop ones, however I\'m not sure I understand the maths involv
How about built-in PointToScreen and PointFromScreen methods? Or am I missing something?
WpfUnit is coming out as zero because it's doing integer math with the 1/96. Explicitly declare those numbers as floats.