coordinate confusion in online manual

If you are using the main C++ distribution of wxWidgets, Feel free to ask any question related to wxWidgets development here. This means questions regarding to C++ and wxWidgets, not compile problems.
Post Reply
richrobin
In need of some credit
In need of some credit
Posts: 4
Joined: Sat Oct 08, 2016 9:46 pm

coordinate confusion in online manual

Post by richrobin »

Does wxWindow::RefreshRect function take a wxRect rectangle in Device Coordinates or Logical Coordinates ? The online manual does not specify which coordinate system is used. In General is there a rule of thumb in these situations?
Post Reply