MCPcopy
hub / github.com/cluic/wxauto / _getsize

Method _getsize

wxauto/uiautomation.py:3029–3032  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3027 self.Release()
3028
3029 def _getsize(self) -> None:
3030 size = _DllClient.instance().dll.BitmapGetWidthAndHeight(self._bitmap)
3031 self._width = size & 0xFFFF
3032 self._height = size >> 16
3033
3034 def Release(self) -> None:
3035 if self._bitmap:

Callers 2

FromHandleMethod · 0.95
FromFileMethod · 0.95

Calls 1

instanceMethod · 0.45

Tested by

no test coverage detected