Files
Phoenix/docs/sphinx/rest_substitutions/snippets/python/converted/wx.Window.ToDIP.2.py
2018-02-13 17:13:44 -08:00

4 lines
102 B
Python

pt = wx.Point(self.ToDIP(self.GetPosition()))
size = wx.Size(self.ToDIP(self.GetSize()))