![]() |
[WxPython] wx.DC.CalcBoundingBox - Printable Version +- Python Forum (https://python-forum.io) +-- Forum: Python Coding (https://python-forum.io/forum-7.html) +--- Forum: GUI (https://python-forum.io/forum-10.html) +--- Thread: [WxPython] wx.DC.CalcBoundingBox (/thread-33198.html) |
wx.DC.CalcBoundingBox - menator01 - Apr-05-2021 Could someone give me an example of wx.DC.CalcBoundingBox. In my project creating the die (square), I would like to set up a functions/methods to place the die dots inside the object (die squares). As of current I'm have to position them using the whole window. I would like to use the squares as a starting point for the reference. Any help would be great. |