Size returns the current size of the window, in raw underlying dots / pixels. This includes any high DPI factors that may not be used in OS window sizing (see WinSize for that size).
()
| 58 | // This includes any high DPI factors that may not be used in OS window sizing |
| 59 | // (see WinSize for that size). |
| 60 | Size() image.Point |
| 61 | |
| 62 | // WinSize returns the current size of the window, in OS-specific window manager |
| 63 | // units that may not include any high DPI factors. |
no outgoing calls