MCPcopy
hub / github.com/PyQt5/PyQt / Draw

Method Draw

QLabel/Lib/NinePatch.py:92–93  ·  view source on GitHub ↗
(self, painter, x, y)

Source from the content-addressed store, hash-verified

90 del self.Image
91
92 def Draw(self, painter, x, y):
93 painter.drawImage(x, y, self.CachedImage)
94
95 def SetImageSize(self, width, height):
96 resizeWidth = 0

Callers 1

paintEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected