MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / GetScaledClientSize

Method GetScaledClientSize

graphs/gui/vector.py:110–111  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

108 self.Draw(dc)
109
110 def GetScaledClientSize(self):
111 return tuple([dim / self.GetContentScaleFactor() for dim in self.GetClientSize()])
112
113 def Draw(self, dc):
114 width, height = self.GetScaledClientSize()

Callers 1

DrawMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected